From 67ba42bc4bed393244d4f6d66da91bbab55d095b Mon Sep 17 00:00:00 2001 From: dataeaseShu <tong.shu@fit2cloud.com> Date: Mon, 30 Oct 2023 16:05:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=80=BC=E6=9D=A5=E6=BA=90=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E4=BC=9A=E8=A2=AB=E6=95=B0=E6=8D=AE=E6=92=91=E5=BC=80?= =?UTF-8?q?=EF=BC=8C=E5=BB=BA=E8=AE=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/v-query/QueryConditionConfiguration.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue index 6bdd4cfe25..0888fe45e6 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -810,7 +810,7 @@ defineExpose({ <el-icon size="18px" v-if="data.leaf"> <Icon name="icon_dataset"></Icon> </el-icon> - <span class="label" style="margin-left: 8px" :title="node.label">{{ + <span class="label ellipsis" style="margin-left: 8px" :title="node.label">{{ node.label }}</span> </div> @@ -1295,9 +1295,10 @@ defineExpose({ align-items: center; .label { margin-left: 5px; + width: calc(100% - 45px); } } - + max-width: 321px; .ed-select-dropdown__item.selected { font-weight: 400; }