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
|
<q-btn
|
||||||
v-if="isEdit"
|
v-if="isEdit"
|
||||||
dense
|
|
||||||
outline
|
|
||||||
unelevated
|
|
||||||
id="cancelBtn"
|
id="cancelBtn"
|
||||||
class="q-px-md app-text-negative"
|
unelevated
|
||||||
:label="$t('cancel')"
|
class="btn-cancel-dialog"
|
||||||
|
color="grey-4"
|
||||||
type="reset"
|
type="reset"
|
||||||
|
text-color="grey-10"
|
||||||
@click="close"
|
@click="close"
|
||||||
|
:label="$t('cancel')"
|
||||||
/>
|
/>
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="isEdit"
|
v-if="isEdit"
|
||||||
|
|
|
||||||
|
|
@ -202,13 +202,13 @@ const tabsList = defineModel<{ name: string; label: string }[]>('tabsList');
|
||||||
</div>
|
</div>
|
||||||
<div class="row flex justify-end q-gutter-x-md">
|
<div class="row flex justify-end q-gutter-x-md">
|
||||||
<q-btn
|
<q-btn
|
||||||
dense
|
|
||||||
outline
|
|
||||||
unelevated
|
|
||||||
id="cancelBtn"
|
id="cancelBtn"
|
||||||
class="q-px-md app-text-negative"
|
unelevated
|
||||||
:label="$t('cancel')"
|
class="col btn-cancel-dialog"
|
||||||
|
color="grey-4"
|
||||||
|
text-color="grey-10"
|
||||||
@click="close"
|
@click="close"
|
||||||
|
:label="$t('cancel')"
|
||||||
v-close-popup
|
v-close-popup
|
||||||
/>
|
/>
|
||||||
<q-btn
|
<q-btn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue