fix: work component spacing
This commit is contained in:
parent
08da5cabb1
commit
b46798ed92
1 changed files with 4 additions and 3 deletions
|
|
@ -145,14 +145,15 @@ defineEmits<{
|
|||
round
|
||||
padding="0"
|
||||
color="negative"
|
||||
class="q-ml-sm"
|
||||
@click.stop="$emit('deleteWork')"
|
||||
style="margin-inline: 12px"
|
||||
>
|
||||
<q-tooltip>{{ $t('delete') }}</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div class="surface-2">
|
||||
<!-- properties -->
|
||||
<div class="bordered-t">
|
||||
|
|
@ -180,7 +181,7 @@ defineEmits<{
|
|||
</q-btn>
|
||||
</div>
|
||||
|
||||
<div class="q-py-md q-px-lg full-width">
|
||||
<div class="q-py-md q-px-md full-width">
|
||||
<div
|
||||
v-if="attributes.additional.length > 0"
|
||||
class="row items-center full-width surface-1 q-py-md q-px-sm q-gutter-sm"
|
||||
|
|
@ -222,7 +223,7 @@ defineEmits<{
|
|||
|
||||
<div
|
||||
v-if="productItems.length > 0"
|
||||
class="q-py-md q-px-lg full-width q-gutter-y-sm"
|
||||
class="q-py-md q-px-md full-width q-gutter-y-sm"
|
||||
>
|
||||
<div
|
||||
v-for="(product, index) in productItems"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue