ปรับ ui step ที่เหลือ
This commit is contained in:
parent
17df87bc10
commit
7003c11e2f
10 changed files with 228 additions and 280 deletions
|
|
@ -661,11 +661,12 @@ onMounted(async () => {
|
|||
store.step === 6 ||
|
||||
store.step === 8 ||
|
||||
store.step === 9
|
||||
? 'col-12 '
|
||||
: 'col-xs-12 col-sm-5 '
|
||||
? 'col-12 row'
|
||||
: 'col-xs-12 col-sm-5 row'
|
||||
"
|
||||
|
||||
>
|
||||
<q-card flat bordered class="col-12 shadow-0">
|
||||
<q-card flat bordered class="col-12 shadow-0" :style="$q.screen.lt.sm ? '' : 'max-height: 60vh; overflow: scroll;' ">
|
||||
<Step1
|
||||
v-if="store.step === 1"
|
||||
@update:spec="updateCheckSpec"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue