This commit is contained in:
joylink_zhaoerwei 2024-11-15 11:29:34 +08:00
parent 6888e20634
commit 35f41df852

View File

@ -85,7 +85,7 @@
{{ col.value }}
<q-tooltip
anchor="bottom middle"
v-if="props.value && props.value.length > 20"
v-if="col.value && col.value.length > 20"
>
<div class="message-tip">
{{ col.value }}
@ -402,6 +402,7 @@ onMounted(() => {
background-color: #31ccec;
}
.custom-column {
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;