Merge pull request #8652 from dataease/pr@dev_radio

fix(过滤组件): 多选的文本下拉和数字下拉,在组件样式里不需要出现展示风格选择
This commit is contained in:
dataeaseShu 2024-03-22 16:54:51 +08:00 committed by GitHub
commit 954d140908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;"
>