From afce036c46044702b6d641ec02177b898e271c19 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 13 Nov 2023 17:44:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B0=E6=8D=AE=E9=9B=86=E9=87=8D?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E5=AD=97=E6=AE=B5=E5=90=8E=EF=BC=8C=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=E8=BF=87=E9=95=BF=E7=9A=84=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=EF=BC=8C=E5=8F=B3=E4=BE=A7=E5=8A=9F=E8=83=BD=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=B6=88=E5=A4=B1=EF=BC=8C=E6=97=A0=E6=B3=95=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=85=B6=E4=BB=96=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/dataset/form/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/index.vue b/core/core-frontend/src/views/visualized/data/dataset/form/index.vue index fee64c947e..77c154214e 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/form/index.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/form/index.vue @@ -2130,7 +2130,7 @@ const getDsIconName = data => { } .custom-tree-node { - flex: 1; + width: calc(100% - 32px); display: flex; align-items: center; padding-right: 8px; @@ -2138,7 +2138,7 @@ const getDsIconName = data => { .label-tooltip { margin-left: 5.33px; - width: 60%; + width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;