ปรับ ui ประเมิน step 1-5
This commit is contained in:
parent
915df2cc92
commit
814c25d81a
13 changed files with 631 additions and 576 deletions
|
|
@ -52,9 +52,10 @@ onMounted(() => {
|
|||
<q-splitter
|
||||
v-model="splitterModel"
|
||||
horizontal
|
||||
class="bg-grey-1 q-px-sm"
|
||||
:style="
|
||||
props.type !== 'popup'
|
||||
? 'height: 50vh; border: 1px solid rgb(210, 210, 210);border-radius: 5px;'
|
||||
? 'height: 50vh; border-radius: 5px;'
|
||||
: 'border: 1px solid rgb(210, 210, 210);border-radius: 5px;'
|
||||
"
|
||||
before-class="overflow-hidden disable"
|
||||
|
|
@ -67,8 +68,9 @@ onMounted(() => {
|
|||
<q-btn
|
||||
padding="xs"
|
||||
icon="mdi-chevron-left"
|
||||
color="grey-2"
|
||||
text-color="grey-5"
|
||||
color="grey-4"
|
||||
unelevated
|
||||
text-color="grey-8"
|
||||
size="md"
|
||||
class="my-auto"
|
||||
@click="backPage"
|
||||
|
|
@ -84,8 +86,9 @@ onMounted(() => {
|
|||
<q-btn
|
||||
padding="xs"
|
||||
icon="mdi-chevron-right"
|
||||
color="grey-2"
|
||||
text-color="grey-5"
|
||||
color="grey-4"
|
||||
unelevated
|
||||
text-color="grey-8"
|
||||
size="md"
|
||||
@click="nextPage"
|
||||
:disable="page === numOfPages"
|
||||
|
|
@ -106,8 +109,9 @@ onMounted(() => {
|
|||
<q-btn
|
||||
padding="xs"
|
||||
icon="mdi-chevron-left"
|
||||
color="grey-2"
|
||||
text-color="grey-5"
|
||||
color="grey-4"
|
||||
unelevated
|
||||
text-color="grey-8"
|
||||
size="md"
|
||||
class="my-auto"
|
||||
@click="backPage"
|
||||
|
|
@ -124,8 +128,9 @@ onMounted(() => {
|
|||
<q-btn
|
||||
padding="xs"
|
||||
icon="mdi-chevron-right"
|
||||
color="grey-2"
|
||||
text-color="grey-5"
|
||||
color="grey-4"
|
||||
unelevated
|
||||
text-color="grey-8"
|
||||
size="md"
|
||||
@click="nextPage"
|
||||
:disable="page === numOfPages"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue