mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 09:04:38 +08:00
fix(过滤组件): 过滤组件-组件样式-展示选项数可以输入小数
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<template v-if="this.curComponent.component === 'de-select' && !this.curComponent.options.attrs.multiple">
|
||||
<template v-if="this.curComponent.component === 'de-select' && !this.curComponent.options.attrs.multiple && this.curComponent.options.attrs.required">
|
||||
<el-row
|
||||
style="height: 40px;overflow: hidden;"
|
||||
>
|
||||
@@ -299,7 +299,8 @@
|
||||
<el-input-number
|
||||
v-model="curComponent.style.showNum"
|
||||
:min="1"
|
||||
:max="10"
|
||||
step-strictly
|
||||
:max="20"
|
||||
controls-position="right"
|
||||
size="small"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user