From 911ff49c2bc917f01456b0a7e6dc9b90fb5c15ed Mon Sep 17 00:00:00 2001 From: Orion Date: Fri, 10 Jul 2026 12:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20=E8=B0=83=E6=95=B4=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/NativeDateSelect.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/common/NativeDateSelect.vue b/src/components/common/NativeDateSelect.vue index 229a6b2..bb9d7e3 100644 --- a/src/components/common/NativeDateSelect.vue +++ b/src/components/common/NativeDateSelect.vue @@ -214,27 +214,27 @@ const updatePart = (part: DatePart, value: string) => { @media (max-width: 639px) { .native-date-strip { - min-height: 2.35rem; - padding-inline: 0.35ch; + min-height: 2.65rem; + padding-inline: 0.5ch; } .native-date-part { - height: 2.25rem; - font-size: 0.82rem; + height: 2.55rem; + font-size: 0.9rem; } .native-date-year { - width: 3.7ch; + width: 4ch; } .native-date-month, .native-date-day { - width: 1.8ch; + width: 2ch; } .native-date-separator { - margin-inline: 0.15ch; - font-size: 0.82rem; + margin-inline: 0.25ch; + font-size: 0.9rem; } }