fixing height dialog assign officer
This commit is contained in:
parent
fafb1f6f2d
commit
330cde1149
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ watch(
|
||||||
<DialogHeader tittle="กำหนดหน้าที่ความรับผิดชอบ" :close="closeDialog" />
|
<DialogHeader tittle="กำหนดหน้าที่ความรับผิดชอบ" :close="closeDialog" />
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
<q-card-section style="max-height: 84vh" class="scroll">
|
<q-card-section style="max-height: 80vh" class="scroll">
|
||||||
<div
|
<div
|
||||||
v-for="(item, index) in sysTypeOptions"
|
v-for="(item, index) in sysTypeOptions"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue