fix(04): product work layout & i18n
This commit is contained in:
parent
43b23cabae
commit
8137526500
4 changed files with 23 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue