Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
web-monitor
Commits
bcceb545
Commit
bcceb545
authored
Jun 30, 2017
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix postcss bug
parent
c51c7fec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
App.vue
src/App.vue
+4
-0
main.js
src/main.js
+0
-1
index.scss
src/styles/index.scss
+1
-1
No files found.
src/App.vue
View file @
bcceb545
...
...
@@ -9,4 +9,8 @@ export default {
name
:
'app'
}
</
script
>
<
style
lang=
"scss"
>
@import
'./styles/index.scss'
;
// 全局自定义的css样式
</
style
>
src/main.js
View file @
bcceb545
...
...
@@ -8,7 +8,6 @@ import ElementUI from 'element-ui'
import
'element-ui/lib/theme-default/index.css'
import
NProgress
from
'nprogress'
import
'normalize.css/normalize.css'
import
'@/styles/index.scss'
// 全局自定义的css样式
import
'@/assets/iconfont/iconfont'
import
IconSvg
from
'@/components/Icon-svg/index.vue'
...
...
src/styles/index.scss
View file @
bcceb545
@import
'./element-ui.scss'
;
@import
"./mixin.scss"
;
@import
'./mixin.scss'
;
body
{
-moz-osx-font-smoothing
:
grayscale
;
-webkit-font-smoothing
:
antialiased
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment