card action buttons align changed to right
This commit is contained in:
parent
164e0a2667
commit
c1700adc0c
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<q-card-actions>
|
||||
<q-card-section>
|
||||
<q-card-actions align="right">
|
||||
<q-btn color="green"
|
||||
v-on:click="PostData(senddata, 1, 0, ShowDelayDialog('Data applying...', 1000, null))">Apply</q-btn>
|
||||
<q-btn color="orange"
|
||||
|
|
@ -8,6 +9,7 @@
|
|||
v-on:click="PostData(senddata, 1, 2, ShowDelayDialog('Data saving and reboot...', 10000, null))">Save &
|
||||
Reboot</q-btn>
|
||||
</q-card-actions>
|
||||
</q-card-section>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user