fix: ปรับความหน่าง บน ล่าง ของ ปุ่ม
This commit is contained in:
parent
1ad0c22131
commit
d40756a246
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ defineEmits<{
|
|||
<div class="col-12 flex flex-center" v-if="image">
|
||||
<q-img :src="image as string" style="width: 150px; height: 150px" />
|
||||
</div>
|
||||
<div class="col-12 flex flex-center q-pb-lg" v-if="!readonly">
|
||||
<div class="col-12 flex flex-center q-py-md" v-if="!readonly">
|
||||
<q-btn
|
||||
:text-color="$q.dark.isActive ? 'black' : 'white'"
|
||||
style="background: var(--blue-5); color: var(--blue-0); font-size: 12px"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue