updated layout select calendar
This commit is contained in:
parent
a993ffaa1e
commit
78310f1d3e
1 changed files with 12 additions and 2 deletions
|
|
@ -223,7 +223,6 @@ watch(typeTime, () => {
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
:model-value="startAt ? date2Thai(startAt, false, true) : null"
|
:model-value="startAt ? date2Thai(startAt, false, true) : null"
|
||||||
:label="`${'วันเริ่มต้น'}`"
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
|
|
@ -303,4 +302,15 @@ watch(typeTime, () => {
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss"></style>
|
<style lang="scss">
|
||||||
|
.dp__select {
|
||||||
|
color: white;
|
||||||
|
font-weight: 500;
|
||||||
|
border: 1px solid $public;
|
||||||
|
background-color: $public;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dp__cancel {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue