File tree Expand file tree Collapse file tree 7 files changed +10
-9
lines changed
layout/components/TagsView
dashboard/admin/components Expand file tree Collapse file tree 7 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 94
94
"husky" : " 1.3.1" ,
95
95
"lint-staged" : " 8.1.5" ,
96
96
"mockjs" : " 1.0.1-beta3" ,
97
- "node-sass" : " ^4.9.0" ,
98
97
"plop" : " 2.3.0" ,
99
98
"runjs" : " ^4.3.2" ,
99
+ "sass" : " ^1.26.2" ,
100
100
"sass-loader" : " ^7.1.0" ,
101
101
"script-ext-html-webpack-plugin" : " 2.1.3" ,
102
102
"serve-static" : " ^1.13.2" ,
Original file line number Diff line number Diff line change @@ -187,7 +187,8 @@ export default {
187
187
border-radius : 0 ;
188
188
display : inline-block ;
189
189
vertical-align : middle ;
190
- /deep / .el-input__inner {
190
+
191
+ ::v- deep .el- input__inner {
191
192
border-radius : 0 ;
192
193
border : 0 ;
193
194
padding-left : 0 ;
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export default {
104
104
<style lang="scss" scoped>
105
105
.editor-slide-upload {
106
106
margin-bottom : 20px ;
107
- / deep / .el-upload--picture-card {
107
+ ::v - deep .el- upload--picture-card {
108
108
width : 100% ;
109
109
}
110
110
}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export default {
82
82
position : relative ;
83
83
overflow : hidden ;
84
84
width : 100% ;
85
- / deep / {
85
+ ::v - deep {
86
86
.el- scrollbar__bar {
87
87
bottom : 0px ;
88
88
}
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export default {
101
101
background-color : #fff ;
102
102
margin : auto ;
103
103
box-shadow : none !important ;
104
- / deep / .pan-info {
104
+ ::v - deep .pan- info {
105
105
box-shadow : none !important ;
106
106
}
107
107
}
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ export default {
279
279
}
280
280
}
281
281
282
- .article-textarea / deep/ {
282
+ .article-textarea :: v- deep {
283
283
textarea {
284
284
padding-right : 40px ;
285
285
resize : none ;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default {
91
91
92
92
<style lang="scss" scoped>
93
93
.app-container {
94
- / deep / .permission-alert {
94
+ ::v - deep .permission- alert {
95
95
width : 320px ;
96
96
margin-top : 15px ;
97
97
background-color : #f0f9eb ;
@@ -100,10 +100,10 @@ export default {
100
100
border-radius : 4px ;
101
101
display : inline-block ;
102
102
}
103
- / deep / .permission-sourceCode {
103
+ :: v- deep .permission-sourceCode {
104
104
margin-left : 15px ;
105
105
}
106
- / deep / .permission-tag {
106
+ :: v- deep .permission-tag {
107
107
background-color : #ecf5ff ;
108
108
}
109
109
}
You can’t perform that action at this time.
0 commit comments