fix: ellipsis not dynamic length

This commit is contained in:
Methapon2001 2024-12-17 11:38:51 +07:00
parent 446983753c
commit f896715c68

View file

@ -140,7 +140,7 @@ defineEmits<{
<span
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 }}
<q-tooltip>
{{ data.name }}