fix(查询组件): 过滤组件给出最小值的限制

This commit is contained in:
dataeaseShu
2025-06-19 14:05:33 +08:00
committed by xuwei-fit2cloud
parent ab340aafd4
commit f6ed8f96bf

View File

@@ -427,7 +427,7 @@ const onTitleChange = () => {
>
<el-input-number
v-model="chart.customStyle.component.queryConditionHeight"
:min="0"
:min="32"
:effect="themes"
controls-position="right"
/>