mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 08:21:09 +08:00
Merge pull request #10432 from dataease/pr@dev_st
fix(过滤组件): 展示选项数最大值调整
This commit is contained in:
@@ -300,7 +300,7 @@
|
||||
v-model="curComponent.style.showNum"
|
||||
:min="1"
|
||||
step-strictly
|
||||
:max="10"
|
||||
:max="50"
|
||||
controls-position="right"
|
||||
size="small"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user