mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix(查询组件): 过滤组件给出最小值的限制
This commit is contained in:
committed by
xuwei-fit2cloud
parent
27b394b231
commit
300ab7f3f7
@@ -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