Authored by 陈峰

代码检查

... ... @@ -115,14 +115,14 @@ body {
color: #9ea7b4;
}
}
.clear-fixed {
clear: both;
}
}
.layout-menu-left {
transition: width .1s ease-in-out;
transition: width 0.1s ease-in-out;
}
.layout-logo-left {
... ... @@ -145,6 +145,7 @@ body {
.ivu-menu-item-group-title {
color: #9ea7b4 !important;
}
.ivu-menu-item {
color: #fff !important;
}
... ...
... ... @@ -9,7 +9,7 @@
"static": "cd app && webpack-dev-server --config ./build/webpack.dev.conf.js",
"build": "cd app && webpack --config ./build/webpack.prod.conf.js",
"lint-js": "eslint --ext .js,.vue -c .eslintrc --cache app server",
"lint-css": "stylelint --syntax scss --extract --config .stylelintrc app/**/*.vue app/**/*.scss",
"lint-css": "stylelint --syntax scss --extract --config .stylelintrc **/*.vue",
"precommit": "node lint-commit.js"
},
"dependencies": {
... ...