fixing height dialog assign officer

This commit is contained in:
Warunee Tamkoo 2024-10-08 11:38:50 +07:00
parent fafb1f6f2d
commit 330cde1149

View file

@ -127,7 +127,7 @@ watch(
<DialogHeader tittle="กำหนดหน้าที่ความรับผิดชอบ" :close="closeDialog" />
<q-separator />
<q-card-section style="max-height: 84vh" class="scroll">
<q-card-section style="max-height: 80vh" class="scroll">
<div
v-for="(item, index) in sysTypeOptions"
:key="index"