perf[json-editor]:refine css
This commit is contained in:
parent
2c147649ba
commit
76a6eb12e7
|
@ -62,6 +62,9 @@ export default {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
}
|
}
|
||||||
|
.json-editor >>> .CodeMirror-scroll{
|
||||||
|
min-height: 300px;
|
||||||
|
}
|
||||||
.json-editor >>> .cm-s-rubyblue span.cm-string {
|
.json-editor >>> .cm-s-rubyblue span.cm-string {
|
||||||
color: #F08047;
|
color: #F08047;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue