updated layout select calendar

This commit is contained in:
Warunee Tamkoo 2024-08-16 17:13:34 +07:00
parent a993ffaa1e
commit 78310f1d3e

View file

@ -223,7 +223,6 @@ watch(typeTime, () => {
dense
outlined
:model-value="startAt ? date2Thai(startAt, false, true) : null"
:label="`${'วันเริ่มต้น'}`"
hide-bottom-space
>
<template v-slot:prepend>
@ -303,4 +302,15 @@ watch(typeTime, () => {
</div>
</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>