fix: แก้ปุ่มเตือน
This commit is contained in:
parent
db99946bf2
commit
97ee17cbe1
1 changed files with 3 additions and 2 deletions
|
|
@ -64,9 +64,10 @@ defineProps<{
|
|||
<q-btn
|
||||
id="btn-cancel-dialog"
|
||||
v-if="cancel"
|
||||
unelevated
|
||||
class="col btn-cancel-dialog"
|
||||
outline
|
||||
:color="color || 'primary'"
|
||||
color="grey-4"
|
||||
text-color="grey-10"
|
||||
:class="{ 'full-width': !action }"
|
||||
@click="cancel"
|
||||
:label="cancelText || $t('cancel')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue