fix: ellipsis product card and cleanup

This commit is contained in:
puriphatt 2024-08-16 15:35:07 +07:00
parent c841ee4ed2
commit 266ee54e3b
2 changed files with 47 additions and 54 deletions

View file

@ -50,12 +50,12 @@ withDefaults(
@click="$emit('select', data)"
>
<div class="row flex justify-between text-bold">
<div class="col-9" :class="{ inactive: isDisabled }">
<div class="col ellipsis-2-lines" :class="{ inactive: isDisabled }">
{{ title ?? 'title' }}
</div>
<div
v-if="isSelected === false"
class="col-3 relative-position"
class="col-1 relative-position"
style="left: 10px; bottom: 10px"
>
<q-btn