mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
feat(图表): 过滤器枚举筛选时文字过多显示优化 #14124
This commit is contained in:
@@ -548,6 +548,7 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
v-for="i in checkListWithFilter"
|
||||
class="infinite-list-item"
|
||||
@click="checkItem(i)"
|
||||
:title="i"
|
||||
>
|
||||
<i class="el-icon-check" :style="{ opacity: checklist.includes(i) ? 1 : 0 }"></i>
|
||||
<label>{{ i }}</label>
|
||||
|
||||
@@ -398,6 +398,7 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
v-for="i in checkListWithFilter"
|
||||
class="infinite-list-item"
|
||||
@click="checkItem(i)"
|
||||
:title="i"
|
||||
>
|
||||
<i class="el-icon-check" :style="{ opacity: checklist.includes(i) ? 1 : 0 }"></i>
|
||||
<label>{{ i }}</label>
|
||||
|
||||
@@ -397,6 +397,7 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
v-for="i in checkListWithFilter"
|
||||
class="infinite-list-item"
|
||||
@click="checkItem(i)"
|
||||
:title="i"
|
||||
>
|
||||
<i class="el-icon-check" :style="{ opacity: checklist.includes(i) ? 1 : 0 }"></i>
|
||||
<label>{{ i }}</label>
|
||||
|
||||
Reference in New Issue
Block a user