Showing
2 changed files
with
4 additions
and
3 deletions
@@ -115,14 +115,14 @@ body { | @@ -115,14 +115,14 @@ body { | ||
115 | color: #9ea7b4; | 115 | color: #9ea7b4; |
116 | } | 116 | } |
117 | } | 117 | } |
118 | + | ||
118 | .clear-fixed { | 119 | .clear-fixed { |
119 | clear: both; | 120 | clear: both; |
120 | } | 121 | } |
121 | } | 122 | } |
122 | 123 | ||
123 | - | ||
124 | .layout-menu-left { | 124 | .layout-menu-left { |
125 | - transition: width .1s ease-in-out; | 125 | + transition: width 0.1s ease-in-out; |
126 | } | 126 | } |
127 | 127 | ||
128 | .layout-logo-left { | 128 | .layout-logo-left { |
@@ -145,6 +145,7 @@ body { | @@ -145,6 +145,7 @@ body { | ||
145 | .ivu-menu-item-group-title { | 145 | .ivu-menu-item-group-title { |
146 | color: #9ea7b4 !important; | 146 | color: #9ea7b4 !important; |
147 | } | 147 | } |
148 | + | ||
148 | .ivu-menu-item { | 149 | .ivu-menu-item { |
149 | color: #fff !important; | 150 | color: #fff !important; |
150 | } | 151 | } |
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | "static": "cd app && webpack-dev-server --config ./build/webpack.dev.conf.js", | 9 | "static": "cd app && webpack-dev-server --config ./build/webpack.dev.conf.js", |
10 | "build": "cd app && webpack --config ./build/webpack.prod.conf.js", | 10 | "build": "cd app && webpack --config ./build/webpack.prod.conf.js", |
11 | "lint-js": "eslint --ext .js,.vue -c .eslintrc --cache app server", | 11 | "lint-js": "eslint --ext .js,.vue -c .eslintrc --cache app server", |
12 | - "lint-css": "stylelint --syntax scss --extract --config .stylelintrc app/**/*.vue app/**/*.scss", | 12 | + "lint-css": "stylelint --syntax scss --extract --config .stylelintrc **/*.vue", |
13 | "precommit": "node lint-commit.js" | 13 | "precommit": "node lint-commit.js" |
14 | }, | 14 | }, |
15 | "dependencies": { | 15 | "dependencies": { |
-
Please register or login to post a comment