forked from github/dataease
fix(过滤组件): 多选的文本下拉和数字下拉,在组件样式里不需要出现展示风格选择
This commit is contained in:
parent
1fe7ea63f4
commit
8228c772d4
@ -236,7 +236,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<template v-if="this.curComponent.component === 'de-select'">
|
||||
<template v-if="this.curComponent.component === 'de-select' && !this.curComponent.options.attrs.multiple">
|
||||
<el-row
|
||||
style="height: 40px;overflow: hidden;"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user