fix layout คัดกรอง
This commit is contained in:
parent
580b608c8d
commit
51f877403d
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ const checkboxItems: CheckboxItem[] = [
|
|||
<HeaderTop v-model:edit="edit" header="การคัดกรองคุณสมบัติ" icon="mdi-account-search" :save="saveData"
|
||||
:history="false" :changeBtn="changeBtn" :disable="statusEdit" :cancel="onCancel" />
|
||||
</div>
|
||||
<div class="row col-12 q-px-lg">
|
||||
<div v-for="item of checkboxItems" :key="item.id" class="q-pt-sm">
|
||||
<div class="row q-px-lg">
|
||||
<div v-for="item of checkboxItems" :key="item.id" class="col-12 q-pt-sm">
|
||||
<q-checkbox size="xs" v-model="selection" :val="item.id" :label="item.label" keep-color color="gray-5"
|
||||
:disable="!statusEdit" />
|
||||
<q-separator />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue