mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
fix(查询组件): 过滤组件给出最小值的限制
This commit is contained in:
committed by
xuwei-fit2cloud
parent
ab340aafd4
commit
f6ed8f96bf
@@ -427,7 +427,7 @@ const onTitleChange = () => {
|
||||
>
|
||||
<el-input-number
|
||||
v-model="chart.customStyle.component.queryConditionHeight"
|
||||
:min="0"
|
||||
:min="32"
|
||||
:effect="themes"
|
||||
controls-position="right"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user