微调
This commit is contained in:
parent
6888e20634
commit
35f41df852
@ -85,7 +85,7 @@
|
|||||||
{{ col.value }}
|
{{ col.value }}
|
||||||
<q-tooltip
|
<q-tooltip
|
||||||
anchor="bottom middle"
|
anchor="bottom middle"
|
||||||
v-if="props.value && props.value.length > 20"
|
v-if="col.value && col.value.length > 20"
|
||||||
>
|
>
|
||||||
<div class="message-tip">
|
<div class="message-tip">
|
||||||
{{ col.value }}
|
{{ col.value }}
|
||||||
@ -402,6 +402,7 @@ onMounted(() => {
|
|||||||
background-color: #31ccec;
|
background-color: #31ccec;
|
||||||
}
|
}
|
||||||
.custom-column {
|
.custom-column {
|
||||||
|
max-width: 300px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user