fix: ellipsis not dynamic length
This commit is contained in:
parent
446983753c
commit
f896715c68
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ defineEmits<{
|
||||||
<span
|
<span
|
||||||
class="items-center justify-center row text-center ellipsis col-6"
|
class="items-center justify-center row text-center ellipsis col-6"
|
||||||
>
|
>
|
||||||
<div class="items-center ellipsis" style="max-width: 140px">
|
<div class="ellipsis" style="max-width: calc(100% - 30%)">
|
||||||
{{ data.name }}
|
{{ data.name }}
|
||||||
<q-tooltip>
|
<q-tooltip>
|
||||||
{{ data.name }}
|
{{ data.name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue