fix bug datepicker
This commit is contained in:
parent
418a80b523
commit
4291052cc0
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import { useEditPosDataStore } from "@/modules/04_registryPerson/stores/Edit";
|
||||
|
||||
|
|
@ -149,7 +150,6 @@ function classInput(val: boolean) {
|
|||
:enableTimePicker="false"
|
||||
week-start="0"
|
||||
:class="classInput(isReadonly)"
|
||||
teleport-center
|
||||
>
|
||||
<template #year="{ year }">{{ year + 543 }}</template>
|
||||
<template #year-overlay-value="{ value }">{{
|
||||
|
|
@ -230,7 +230,6 @@ function classInput(val: boolean) {
|
|||
:enableTimePicker="false"
|
||||
:class="classInput(isReadonly)"
|
||||
:readonly="isReadonly"
|
||||
teleport-center
|
||||
>
|
||||
<template #year="{ year }">{{ year + 543 }}</template>
|
||||
<template #year-overlay-value="{ value }">{{
|
||||
|
|
@ -274,7 +273,6 @@ function classInput(val: boolean) {
|
|||
week-start="0"
|
||||
:class="classInput(isReadonly)"
|
||||
:readonly="isReadonly"
|
||||
teleport-center
|
||||
>
|
||||
<template #year="{ year }">{{ year + 543 }}</template>
|
||||
<template #year-overlay-value="{ value }">{{
|
||||
|
|
|
|||
|
|
@ -198,3 +198,6 @@ h3.resigtry-tab-title
|
|||
|
||||
.filter-card
|
||||
background-color: #f1f1f1b0
|
||||
|
||||
.dp__menu
|
||||
position: fixed !important
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue