ปรับ ui การประเมิน step 1-3
This commit is contained in:
parent
b14413eb98
commit
200881c0c7
9 changed files with 907 additions and 866 deletions
|
|
@ -84,8 +84,8 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<q-list>
|
||||
<q-item v-ripple>
|
||||
<q-list dense>
|
||||
<q-item v-ripple class="listItem">
|
||||
<q-item-section avatar>
|
||||
<q-checkbox
|
||||
:disable="store.currentStep > 1"
|
||||
|
|
@ -111,7 +111,7 @@ onMounted(() => {
|
|||
</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-ripple>
|
||||
<q-item v-ripple class="listItem">
|
||||
<q-item-section avatar>
|
||||
<q-checkbox
|
||||
:disable="store.currentStep > 1"
|
||||
|
|
@ -125,7 +125,7 @@ onMounted(() => {
|
|||
<q-item-label>ประวัติการรับราชการ </q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-ripple>
|
||||
<q-item v-ripple class="listItem">
|
||||
<q-item-section avatar>
|
||||
<q-checkbox
|
||||
:disable="store.currentStep > 1"
|
||||
|
|
@ -139,7 +139,7 @@ onMounted(() => {
|
|||
<q-item-label>ประสบการณ์ในการปฏิบัติงาน </q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-ripple>
|
||||
<q-item v-ripple class="listItem">
|
||||
<q-item-section avatar>
|
||||
<q-checkbox
|
||||
:disable="store.currentStep > 1"
|
||||
|
|
@ -165,7 +165,7 @@ onMounted(() => {
|
|||
>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-ripple>
|
||||
<q-item v-ripple class="listItem">
|
||||
<q-item-section avatar>
|
||||
<q-checkbox
|
||||
:disable="store.currentStep > 1"
|
||||
|
|
@ -182,7 +182,7 @@ onMounted(() => {
|
|||
>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-ripple>
|
||||
<q-item v-ripple class="listItem">
|
||||
<q-item-section avatar>
|
||||
<q-checkbox
|
||||
:disable="store.currentStep > 1"
|
||||
|
|
@ -200,7 +200,7 @@ onMounted(() => {
|
|||
>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-ripple>
|
||||
<q-item v-ripple class="listItem">
|
||||
<q-item-section avatar>
|
||||
<q-checkbox
|
||||
:disable="store.currentStep > 1"
|
||||
|
|
@ -226,4 +226,8 @@ onMounted(() => {
|
|||
/>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
<style >
|
||||
.listItem{
|
||||
padding: 5px 0px !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue