fix: ลบ no-padding
This commit is contained in:
parent
43d8ad28af
commit
041f3c5183
1 changed files with 1 additions and 5 deletions
|
|
@ -60,11 +60,7 @@ defineProps<{
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
<q-card-actions
|
<q-card-actions class="justify-center" v-if="action || cancel">
|
||||||
:class="{ 'no-padding': !action || !cancel }"
|
|
||||||
class="justify-center"
|
|
||||||
v-if="action || cancel"
|
|
||||||
>
|
|
||||||
<q-btn
|
<q-btn
|
||||||
id="btn-cancel-dialog"
|
id="btn-cancel-dialog"
|
||||||
v-if="cancel"
|
v-if="cancel"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue