From d86a82a29fc5118a0d453ddc7088393046be9bab Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 17 Dec 2025 17:48:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=8B=E6=8B=89=E6=A1=86=E6=B2=A1=E6=9C=89=E7=9B=B8?= =?UTF-8?q?=E5=BA=94=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/v-query/Component.vue | 2 +- core/core-frontend/src/custom-component/v-query/Select.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/v-query/Component.vue b/core/core-frontend/src/custom-component/v-query/Component.vue index 75b222975f..01a38c2a03 100644 --- a/core/core-frontend/src/custom-component/v-query/Component.vue +++ b/core/core-frontend/src/custom-component/v-query/Component.vue @@ -470,7 +470,7 @@ const getQueryConditionWidth = () => { } const getCascadeList = () => { - const { propValue, cascade } = props.element + const { propValue, cascade = [] } = props.element const defaultValueFirstItemMap = propValue.reduce((pre, next) => { pre[next.id] = next.defaultValueFirstItem return pre diff --git a/core/core-frontend/src/custom-component/v-query/Select.vue b/core/core-frontend/src/custom-component/v-query/Select.vue index 68a0f0d2e6..8dcafe0f15 100644 --- a/core/core-frontend/src/custom-component/v-query/Select.vue +++ b/core/core-frontend/src/custom-component/v-query/Select.vue @@ -870,6 +870,7 @@ defineExpose({ } .ed-select-dropdown { width: auto !important; + min-width: 150px; } .ed-select-dropdown__option-item { .ed-checkbox__label:hover {