fix: cancel btn
This commit is contained in:
parent
5f76c3b5c7
commit
253a7685f1
2 changed files with 10 additions and 10 deletions
|
|
@ -154,14 +154,14 @@ function reset() {
|
|||
>
|
||||
<q-btn
|
||||
v-if="isEdit"
|
||||
dense
|
||||
outline
|
||||
unelevated
|
||||
id="cancelBtn"
|
||||
class="q-px-md app-text-negative"
|
||||
:label="$t('cancel')"
|
||||
unelevated
|
||||
class="btn-cancel-dialog"
|
||||
color="grey-4"
|
||||
type="reset"
|
||||
text-color="grey-10"
|
||||
@click="close"
|
||||
:label="$t('cancel')"
|
||||
/>
|
||||
<q-btn
|
||||
v-if="isEdit"
|
||||
|
|
|
|||
|
|
@ -202,13 +202,13 @@ const tabsList = defineModel<{ name: string; label: string }[]>('tabsList');
|
|||
</div>
|
||||
<div class="row flex justify-end q-gutter-x-md">
|
||||
<q-btn
|
||||
dense
|
||||
outline
|
||||
unelevated
|
||||
id="cancelBtn"
|
||||
class="q-px-md app-text-negative"
|
||||
:label="$t('cancel')"
|
||||
unelevated
|
||||
class="col btn-cancel-dialog"
|
||||
color="grey-4"
|
||||
text-color="grey-10"
|
||||
@click="close"
|
||||
:label="$t('cancel')"
|
||||
v-close-popup
|
||||
/>
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue