เเก้ไข UI detailLeave

comment code retirement
This commit is contained in:
AnandaTon 2023-11-16 17:57:48 +07:00
parent b0cd3af1ad
commit ee2eba56a1
13 changed files with 470 additions and 266 deletions

View file

@ -80,7 +80,7 @@ onMounted(() => {
</div>
<q-card flat bordered class="col-12 q-mt-sm q-pa-md">
<div class="row col-12 q-mb-sm">
<q-card flat bordered class="bg-grey-2 col-12 q-pa-lg">
<q-card flat bordered class="bg-grey-2 col-12 bg-white q-pa-lg">
<div class="text-dark col-12 text-weight-bold text-subtitle1">
นหารายช
</div>
@ -89,7 +89,7 @@ onMounted(() => {
v-model="formData.cardId"
outlined
label="เลขบัตรประชาชน"
class="col-6 col-md-4 inputgreen"
class="col-6 col-md-4 bg-white inputgreen"
dense
hide-bottom-space
maxlength="13"
@ -98,7 +98,7 @@ onMounted(() => {
v-model="formData.firstName"
outlined
label="ชื่อ"
class="col-5 col-md-3 inputgreen"
class="col-5 col-md-3 bg-white inputgreen"
dense
hide-bottom-space
/>
@ -106,7 +106,7 @@ onMounted(() => {
v-model="formData.lastName"
outlined
label="นามสกุล"
class="col-6 col-md-3 inputgreen"
class="col-6 col-md-3 bg-white inputgreen"
dense
hide-bottom-space
/>