fix(04): product work layout & i18n

This commit is contained in:
puriphatt 2024-08-19 10:37:05 +07:00
parent 43b23cabae
commit 8137526500
4 changed files with 23 additions and 8 deletions

View file

@ -50,8 +50,11 @@ withDefaults(
@click="$emit('select', data)"
>
<div class="row flex justify-between text-bold">
<div class="col ellipsis-2-lines" :class="{ inactive: isDisabled }">
<div class="col ellipsis" :class="{ inactive: isDisabled }">
{{ title ?? 'title' }}
<q-tooltip anchor="bottom start" self="top left" :delay="300">
{{ title ?? 'title' }}
</q-tooltip>
</div>
<div
v-if="isSelected === false"