แก้ไขค่าใน knob
This commit is contained in:
parent
2e26bf44eb
commit
ecf7bf9737
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ onMounted(async () => {
|
|||
<q-card bordered flat class="col-12 row shadow-0 no-wrap" v-if="item.text === 'ลาพักผ่อน'">
|
||||
<div class="col-xs-12 col-sm-8 row justify-center q-py-md">
|
||||
<div class="col-12 row items-center justify-center q-pb-sm">
|
||||
<q-knob readonly v-model="knob" show-value size="60px" :thickness="0.15" track-color="grey-3" class="text-indigo">
|
||||
<q-knob readonly v-model="item.value" show-value size="60px" :thickness="0.15" track-color="grey-3" class="text-indigo">
|
||||
<span class="text-subtitle2 text-weight-bold">{{ item.value }}</span>
|
||||
</q-knob>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue