fix: work component spacing
This commit is contained in:
parent
635fd82e1b
commit
315cd85299
1 changed files with 3 additions and 2 deletions
|
|
@ -144,9 +144,9 @@ defineEmits<{
|
|||
flat
|
||||
round
|
||||
padding="0"
|
||||
class="q-ml-md"
|
||||
color="negative"
|
||||
@click.stop="$emit('deleteWork')"
|
||||
style="margin-inline: 12px"
|
||||
>
|
||||
<q-tooltip>{{ $t('delete') }}</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
@ -319,13 +319,14 @@ defineEmits<{
|
|||
|
||||
<q-btn
|
||||
v-if="!readonly"
|
||||
class="q-ml-md"
|
||||
id="btn-delete-work-product"
|
||||
icon="mdi-trash-can-outline"
|
||||
padding="0"
|
||||
dense
|
||||
flat
|
||||
round
|
||||
color="negative"
|
||||
class="q-mx-sm"
|
||||
@click.stop="$emit('deleteProduct', productItems, index)"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue