perf[json-editor]:refine css

This commit is contained in:
Pan 2018-01-11 11:44:34 +08:00
parent 2c147649ba
commit 76a6eb12e7

View file

@ -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;
}