fix skeleton ==> ข้อมูลตำแหน่ง
This commit is contained in:
parent
9a3b21721b
commit
3eb5946489
2 changed files with 17 additions and 3 deletions
|
|
@ -505,9 +505,13 @@ watch(modal, (newValue) => {
|
|||
|
||||
<div v-if="isLoading" class="row q-pa-sm">
|
||||
<div
|
||||
v-for="n in 8"
|
||||
v-for="n in 9"
|
||||
:key="n"
|
||||
class="col-xs-6 col-md-6 q-pa-sm"
|
||||
:class="
|
||||
n !== 1
|
||||
? 'col-xs-6 col-md-6 q-pa-sm'
|
||||
: 'col-xs-12 col-md-12 q-pa-sm'
|
||||
"
|
||||
>
|
||||
<q-skeleton type="QInput" height="40px" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue