File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,8 @@ export default {
9
9
name: ' app'
10
10
}
11
11
</script >
12
+ <style lang="scss">
13
+ @import ' ./styles/index.scss' ; // 全局自定义的css样式
14
+ </style >
15
+
12
16
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import ElementUI from 'element-ui'
8
8
import 'element-ui/lib/theme-default/index.css'
9
9
import NProgress from 'nprogress'
10
10
import 'normalize.css/normalize.css'
11
- import '@/styles/index.scss' // 全局自定义的css样式
12
11
import '@/assets/iconfont/iconfont'
13
12
import IconSvg from '@/components/Icon-svg/index.vue'
14
13
Original file line number Diff line number Diff line change 1
1
@import ' ./element-ui.scss' ;
2
- @import " ./mixin.scss" ;
2
+ @import ' ./mixin.scss' ;
3
3
body {
4
4
-moz-osx-font-smoothing : grayscale ;
5
5
-webkit-font-smoothing : antialiased ;
You can’t perform that action at this time.
0 commit comments