refactor: adjust spacing
This commit is contained in:
parent
dd79281907
commit
e10d6a83aa
2 changed files with 0 additions and 4 deletions
|
|
@ -90,7 +90,6 @@ watch(
|
||||||
v-if="readonly && !create"
|
v-if="readonly && !create"
|
||||||
@click="$emit('delete')"
|
@click="$emit('delete')"
|
||||||
type="button"
|
type="button"
|
||||||
class="q-ml-sm"
|
|
||||||
:disabled="actionDisabled"
|
:disabled="actionDisabled"
|
||||||
/>
|
/>
|
||||||
<SaveButton
|
<SaveButton
|
||||||
|
|
@ -102,7 +101,6 @@ watch(
|
||||||
<CancelButton
|
<CancelButton
|
||||||
v-if="!readonly && !create"
|
v-if="!readonly && !create"
|
||||||
type="button"
|
type="button"
|
||||||
class="q-ml-sm"
|
|
||||||
:disabled="actionDisabled"
|
:disabled="actionDisabled"
|
||||||
@click="$emit('cancel')"
|
@click="$emit('cancel')"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,6 @@ defineProps<{
|
||||||
<DeleteButton
|
<DeleteButton
|
||||||
v-if="readonly"
|
v-if="readonly"
|
||||||
@click="$emit('delete')"
|
@click="$emit('delete')"
|
||||||
class="q-ml-sm"
|
|
||||||
type="button"
|
type="button"
|
||||||
:disabled="actionDisabled"
|
:disabled="actionDisabled"
|
||||||
/>
|
/>
|
||||||
|
|
@ -65,7 +64,6 @@ defineProps<{
|
||||||
<CancelButton
|
<CancelButton
|
||||||
v-if="!readonly"
|
v-if="!readonly"
|
||||||
@click="$emit('cancel')"
|
@click="$emit('cancel')"
|
||||||
class="q-ml-sm"
|
|
||||||
type="button"
|
type="button"
|
||||||
:disabled="actionDisabled"
|
:disabled="actionDisabled"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue