Skip to content

Commit 76a6eb1

Browse files
committed
perf[json-editor]:refine css
1 parent 2c14764 commit 76a6eb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/JsonEditor/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export default {
6262
height: auto;
6363
min-height: 300px;
6464
}
65+
.json-editor >>> .CodeMirror-scroll{
66+
min-height: 300px;
67+
}
6568
.json-editor >>> .cm-s-rubyblue span.cm-string {
6669
color: #F08047;
6770
}

0 commit comments

Comments
 (0)