From fdab12aa5d340e3368550d0d526f0bd5208bba77 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 8 Nov 2023 16:18:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9B=E5=BB=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90-=E9=AB=98=E7=BA=A7=E8=AE=BE=E7=BD=AE-=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E8=B6=85=E6=97=B6=E7=9A=84=E4=B8=8A=E4=B8=8B=E5=B0=96?= =?UTF-8?q?=E5=A4=B4=E4=BD=8D=E7=BD=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/datasource/form/EditorDetail.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/views/visualized/data/datasource/form/EditorDetail.vue b/core/core-frontend/src/views/visualized/data/datasource/form/EditorDetail.vue index d1246637a4..bbf32d13e4 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/form/EditorDetail.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/form/EditorDetail.vue @@ -964,6 +964,9 @@ defineExpose({ } .input-with-append { + :deep(.ed-input__wrapper) { + padding-right: 1px; + } :deep(.ed-input-group__append) { width: 55px; background: #eff0f1;