refactor(leave-history): replace overflow-hidden with overflow-auto for better scrollability
This commit is contained in:
parent
9132efed11
commit
7211081d14
1 changed files with 1 additions and 2 deletions
|
|
@ -386,7 +386,7 @@ watch(modal, async (val) => {
|
||||||
<q-separator vertical />
|
<q-separator vertical />
|
||||||
|
|
||||||
<!-- input -->
|
<!-- input -->
|
||||||
<div class="col overflow-hidden q-pa-md">
|
<div class="col overflow-auto q-pa-md">
|
||||||
<div class="row q-col-gutter-sm">
|
<div class="row q-col-gutter-sm">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<datepicker
|
<datepicker
|
||||||
|
|
@ -475,7 +475,6 @@ watch(modal, async (val) => {
|
||||||
:rules="[(val: string) => !val || /^\d+(\.\d*)?$/.test(val) || 'กรุณากรอกเฉพาะตัวเลข']"
|
:rules="[(val: string) => !val || /^\d+(\.\d*)?$/.test(val) || 'กรุณากรอกเฉพาะตัวเลข']"
|
||||||
hint="* จำนวนวันรวม การลาที่บันทึกในระบบและการลาย้อนหลังในปีงบประมาณนี้"
|
hint="* จำนวนวันรวม การลาที่บันทึกในระบบและการลาย้อนหลังในปีงบประมาณนี้"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<q-input
|
<q-input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue