From a76ced7bdc33fd3dae6a66311d4e2d2bfe612374 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sun, 8 Feb 2026 20:00:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=97=A5=E6=9C=9F=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 7 +++++++ app/page.jsx | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index 90bf1a7..3ae3cb2 100644 --- a/app/globals.css +++ b/app/globals.css @@ -712,6 +712,13 @@ input[type="number"] { box-shadow: none; } +@media (hover: none) { + .tab:hover { + color: var(--muted); + background: transparent; + } +} + .modal-overlay { position: fixed; inset: 0; diff --git a/app/page.jsx b/app/page.jsx index bf885ad..efcd05d 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -363,9 +363,10 @@ function DatePicker({ value, onChange }) { }} >
- + {year}年 {month + 1}月