替换node-sass为sass,sass-loader升级为10.1.0,删除无用dev 依赖

This commit is contained in:
izory 2021-11-16 21:24:05 +08:00
parent b573e9194e
commit cebfa5686d
3 changed files with 5 additions and 8 deletions

View File

@ -30,7 +30,7 @@ npm run build:prod
``` ```
# 插件说明 # 插件说明
### Autoprefixer ### Autoprefixer (已删除)
浏览器自动补全前缀 浏览器自动补全前缀
例如: 例如:
``` ```

View File

@ -51,7 +51,6 @@
"@vue/cli-plugin-babel": "4.4.4", "@vue/cli-plugin-babel": "4.4.4",
"@vue/cli-plugin-eslint": "4.4.4", "@vue/cli-plugin-eslint": "4.4.4",
"@vue/cli-service": "4.4.4", "@vue/cli-service": "4.4.4",
"autoprefixer": "9.5.1",
"babel-eslint": "10.1.0", "babel-eslint": "10.1.0",
"babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "4.1.0", "chalk": "4.1.0",
@ -59,13 +58,11 @@
"eslint": "6.7.2", "eslint": "6.7.2",
"eslint-plugin-vue": "6.2.2", "eslint-plugin-vue": "6.2.2",
"lint-staged": "8.1.5", "lint-staged": "8.1.5",
"node-sass": "4.14.1", "sass": "1.32.13",
"runjs": "4.3.2", "runjs": "4.4.2",
"sass-loader": "8.0.2", "sass-loader": "10.1.0",
"script-ext-html-webpack-plugin": "2.1.3", "script-ext-html-webpack-plugin": "2.1.3",
"serve-static": "1.13.2",
"svg-sprite-loader": "4.1.3", "svg-sprite-loader": "4.1.3",
"svgo": "2.8.0",
"vue-template-compiler": "2.6.12" "vue-template-compiler": "2.6.12"
}, },
"engines": { "engines": {

View File

@ -168,7 +168,7 @@ export default {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
/deep/ .el-input__inner { ::v-deep .el-input__inner {
border-radius: 0; border-radius: 0;
border: 0; border: 0;
padding-left: 0; padding-left: 0;