From da17802f940fad25d6c33b37139ca9eafec17004 Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 19 Mar 2021 16:59:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E5=89=8D=E7=AB=AF=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/dataset/data/UpdateInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/dataset/data/UpdateInfo.vue b/frontend/src/views/dataset/data/UpdateInfo.vue index 358d6555a9..e7274a794e 100644 --- a/frontend/src/views/dataset/data/UpdateInfo.vue +++ b/frontend/src/views/dataset/data/UpdateInfo.vue @@ -522,7 +522,7 @@ export default { overflow-y: auto; } .codemirror >>> .CodeMirror-scroll { - height: 160px; + height: 100px; overflow-y: auto; }