Merge branch 'develop' of github.com:Frappet/BMA-EHR-USER into develop

This commit is contained in:
Warunee Tamkoo 2024-01-17 13:47:21 +07:00
commit 4f05ca9558
10 changed files with 231 additions and 282 deletions

View file

@ -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"