fix: cancel btn

This commit is contained in:
puriphatt 2024-06-14 11:05:51 +00:00
parent 5f76c3b5c7
commit 253a7685f1
2 changed files with 10 additions and 10 deletions

View file

@ -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"

View file

@ -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