fix teleport-center
This commit is contained in:
parent
98b081e9f4
commit
418a80b523
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import { useEditPosDataStore } from "@/modules/04_registryPerson/stores/Edit";
|
||||
|
||||
|
|
@ -150,6 +149,7 @@ 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,6 +230,7 @@ function classInput(val: boolean) {
|
|||
:enableTimePicker="false"
|
||||
:class="classInput(isReadonly)"
|
||||
:readonly="isReadonly"
|
||||
teleport-center
|
||||
>
|
||||
<template #year="{ year }">{{ year + 543 }}</template>
|
||||
<template #year-overlay-value="{ value }">{{
|
||||
|
|
@ -273,6 +274,7 @@ 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 }">{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue