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

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

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%;
}
}