修改去除node-sass 改为使用sass

This commit is contained in:
YeMingfei666 2024-12-18 09:43:12 +08:00
parent b43a6c881d
commit 27bb42a0a2
3 changed files with 276 additions and 690 deletions

960
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,6 @@
"lodash": "4.17.5",
"mockjs": "^1.1.0",
"npm": "^6.9.0",
"sass-loader": "6.0.6",
"svg-sprite-loader": "3.7.3",
"video.js": "^8.20.0",
"videojs-contrib-hls": "^5.15.0",
@ -41,6 +40,8 @@
"vuex": "3.0.1"
},
"devDependencies": {
"sass": "^1.80.1",
"sass-loader": "^7.3.1",
"autoprefixer": "7.1.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
@ -76,7 +77,6 @@
"jest-serializer-vue": "0.3.0",
"nightwatch": "0.9.12",
"node-notifier": "5.1.2",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "3.2.0",
"ora": "1.2.0",
"portfinder": "1.0.13",

View File

@ -104,7 +104,7 @@ export default {
<style lang="scss" scoped>
.editor-slide-upload {
margin-bottom: 20px;
/deep/ .el-upload--picture-card {
::v-deep.el-upload--picture-card {
width: 100%;
}
}