diff --git a/src/components/JsonEditor/index.vue b/src/components/JsonEditor/index.vue index d73fe578..b63f4438 100644 --- a/src/components/JsonEditor/index.vue +++ b/src/components/JsonEditor/index.vue @@ -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; }