微调
This commit is contained in:
parent
6888e20634
commit
35f41df852
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user