forked from AkkomaGang/admin-fe
perf[json-editor]:refine css
This commit is contained in:
parent
2c147649ba
commit
76a6eb12e7
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ export default {
|
|||
height: auto;
|
||||
min-height: 300px;
|
||||
}
|
||||
.json-editor >>> .CodeMirror-scroll{
|
||||
min-height: 300px;
|
||||
}
|
||||
.json-editor >>> .cm-s-rubyblue span.cm-string {
|
||||
color: #F08047;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue