fix(过滤组件): 多选的文本下拉和数字下拉,在组件样式里不需要出现展示风格选择

This commit is contained in:
dataeaseShu 2024-03-22 16:53:32 +08:00
parent 1fe7ea63f4
commit 8228c772d4

View File

@ -236,7 +236,7 @@
</el-col> </el-col>
</el-row> </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 <el-row
style="height: 40px;overflow: hidden;" style="height: 40px;overflow: hidden;"
> >