chore: change node-sass to dart-sass (#3040)

This commit is contained in:
Cat73
2020-06-08 20:41:46 +08:00
committed by GitHub
parent f1feb2a86d
commit 534cd5bc26
7 changed files with 9 additions and 9 deletions

View File

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

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