feat(图表): 过滤器枚举筛选时文字过多显示优化 #14124

This commit is contained in:
ulleo
2025-02-18 16:30:21 +08:00
committed by Junjun
parent 4a8b1ee263
commit 2f7d79f882
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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