From f1082f9f634716878f85e8c827ab59473eb39d60 Mon Sep 17 00:00:00 2001 From: JakHuang <352407406@qq.com> Date: Sun, 29 Mar 2020 17:36:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Djson=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E9=AB=98=E5=BA=A6=E4=B8=8D=E6=96=AD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/JsonDrawer.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/index/JsonDrawer.vue b/src/views/index/JsonDrawer.vue index 10a8e6f7..0a1eb9df 100644 --- a/src/views/index/JsonDrawer.vue +++ b/src/views/index/JsonDrawer.vue @@ -11,7 +11,7 @@ 关闭 -
+ @@ -82,4 +82,8 @@ export default { display: none; } @include action-bar; + +.json-editor{ + height: calc(100vh - 42px); +}