forked from github/dataease
refactor(视图): 阈值限制枚举值气泡宽度
This commit is contained in:
parent
b9b451e6ea
commit
84f8fcc904
@ -384,9 +384,13 @@
|
||||
<span style="display: inline"> {{ item.enumValues.join(',') }}</span>
|
||||
<el-tooltip
|
||||
v-if="item.enumValues && item.enumValues.length"
|
||||
:content="item.enumValues.join(',')"
|
||||
>
|
||||
<i class="el-icon-info"></i>
|
||||
<template v-slot:content>
|
||||
<div style="max-width: 200px">
|
||||
{{ item.enumValues.join(',') }}
|
||||
</div>
|
||||
</template>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</el-col>
|
||||
|
Loading…
Reference in New Issue
Block a user