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 @@ -213,28 +213,37 @@ export default {
213
213
}
214
214
</script >
215
215
216
- <style scoped>
216
+ <style lang="scss" scoped>
217
217
.tinymce-container {
218
218
position : relative ;
219
219
line-height : normal ;
220
220
}
221
- .tinymce-container >>> .mce-fullscreen {
222
- z-index : 10000 ;
221
+
222
+ .tinymce-container {
223
+ ::v- deep {
224
+ .mce- fullscreen {
225
+ z-index : 10000 ;
226
+ }
227
+ }
223
228
}
229
+
224
230
.tinymce-textarea {
225
231
visibility : hidden ;
226
232
z-index : -1 ;
227
233
}
234
+
228
235
.editor-custom-btn-container {
229
236
position : absolute ;
230
237
right : 4px ;
231
238
top : 4px ;
232
239
/* z-index: 2005;*/
233
240
}
241
+
234
242
.fullscreen .editor-custom-btn-container {
235
243
z-index : 10000 ;
236
244
position : fixed ;
237
245
}
246
+
238
247
.editor-upload-btn {
239
248
display : inline-block ;
240
249
}
You can’t perform that action at this time.
0 commit comments