From bb58d690dc6c48acd82a2f0f633124184a49920f Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 3 Aug 2021 13:48:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BC=96=E8=BE=91=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/dataset/data/CalcFieldEdit.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/dataset/data/CalcFieldEdit.vue b/frontend/src/views/dataset/data/CalcFieldEdit.vue index 5b5cc96e6f..02a1cd4b3c 100644 --- a/frontend/src/views/dataset/data/CalcFieldEdit.vue +++ b/frontend/src/views/dataset/data/CalcFieldEdit.vue @@ -371,7 +371,8 @@ export default { padding: 0 4px; } .field-height{ - height: calc(50% - 20px); + height: calc(50% - 25px); + margin-top: 4px; } .drag-list { height: calc(100% - 26px); @@ -442,8 +443,9 @@ export default { text-overflow: ellipsis; } .function-height{ - height: calc(100% - 20px); + height: calc(100% - 50px); overflow: auto; + margin-top: 4px; } .function-pop>>>.el-popover{ padding: 6px!important;