File tree 3 files changed +41
-23
lines changed
3 files changed +41
-23
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,18 @@ export default {
48
48
}
49
49
</script >
50
50
51
- <style scoped>
52
- .drag-select >>> .sortable-ghost {
53
- opacity : .8 ;
54
- color : #fff !important ;
55
- background : #42b983 !important ;
56
- }
51
+ <style lang="scss" scoped>
52
+ .drag-select {
53
+ ::v- deep {
54
+ .sortable- ghost {
55
+ opacity : .8 ;
56
+ color : #fff !important ;
57
+ background : #42b983 !important ;
58
+ }
57
59
58
- .drag-select >>> .el-tag {
59
- cursor : pointer ;
60
+ .el-tag {
61
+ cursor : pointer ;
62
+ }
63
+ }
60
64
}
61
65
</style >
Original file line number Diff line number Diff line change @@ -54,19 +54,24 @@ export default {
54
54
}
55
55
</script >
56
56
57
- <style scoped>
58
- .json-editor {
57
+ <style lang="scss" scoped>
58
+ .json-editor {
59
59
height : 100% ;
60
60
position : relative ;
61
- }
62
- .json-editor >>> .CodeMirror {
63
- height : auto ;
64
- min-height : 300px ;
65
- }
66
- .json-editor >>> .CodeMirror-scroll {
67
- min-height : 300px ;
68
- }
69
- .json-editor >>> .cm-s-rubyblue span .cm-string {
70
- color : #F08047 ;
61
+
62
+ ::v- deep {
63
+ .CodeMirror {
64
+ height : auto ;
65
+ min-height : 300px ;
66
+ }
67
+
68
+ .CodeMirror-scroll {
69
+ min-height : 300px ;
70
+ }
71
+
72
+ .cm-s-rubyblue span .cm-string {
73
+ color : #F08047 ;
74
+ }
75
+ }
71
76
}
72
77
</style >
Original file line number Diff line number Diff line change @@ -220,28 +220,37 @@ export default {
220
220
}
221
221
</script >
222
222
223
- <style scoped>
223
+ <style lang="scss" scoped>
224
224
.tinymce-container {
225
225
position : relative ;
226
226
line-height : normal ;
227
227
}
228
- .tinymce-container >>> .mce-fullscreen {
229
- z-index : 10000 ;
228
+
229
+ .tinymce-container {
230
+ ::v- deep {
231
+ .mce- fullscreen {
232
+ z-index : 10000 ;
233
+ }
234
+ }
230
235
}
236
+
231
237
.tinymce-textarea {
232
238
visibility : hidden ;
233
239
z-index : -1 ;
234
240
}
241
+
235
242
.editor-custom-btn-container {
236
243
position : absolute ;
237
244
right : 4px ;
238
245
top : 4px ;
239
246
/* z-index: 2005;*/
240
247
}
248
+
241
249
.fullscreen .editor-custom-btn-container {
242
250
z-index : 10000 ;
243
251
position : fixed ;
244
252
}
253
+
245
254
.editor-upload-btn {
246
255
display : inline-block ;
247
256
}
You can’t perform that action at this time.
0 commit comments