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
|
flat
|
||||||
round
|
round
|
||||||
padding="0"
|
padding="0"
|
||||||
|
class="q-ml-md"
|
||||||
color="negative"
|
color="negative"
|
||||||
@click.stop="$emit('deleteWork')"
|
@click.stop="$emit('deleteWork')"
|
||||||
style="margin-inline: 12px"
|
|
||||||
>
|
>
|
||||||
<q-tooltip>{{ $t('delete') }}</q-tooltip>
|
<q-tooltip>{{ $t('delete') }}</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
|
@ -319,13 +319,14 @@ defineEmits<{
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="!readonly"
|
v-if="!readonly"
|
||||||
|
class="q-ml-md"
|
||||||
id="btn-delete-work-product"
|
id="btn-delete-work-product"
|
||||||
icon="mdi-trash-can-outline"
|
icon="mdi-trash-can-outline"
|
||||||
|
padding="0"
|
||||||
dense
|
dense
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
color="negative"
|
color="negative"
|
||||||
class="q-mx-sm"
|
|
||||||
@click.stop="$emit('deleteProduct', productItems, index)"
|
@click.stop="$emit('deleteProduct', productItems, index)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue