mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
feat: 🎸 1. 新增scss居中函数,2.修改styles的less文件命名
This commit is contained in:
parent
6f4e6b8e42
commit
4a8617aa2e
@ -6,7 +6,7 @@ import router from '/@/router';
|
||||
import store from '/@/store';
|
||||
import './assets/font/iconfont.css';
|
||||
import './assets/app.css';
|
||||
import 'amfe-flexible';
|
||||
// import 'amfe-flexible';
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
|
@ -14,3 +14,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin center {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user