From 7433bc2e7ef8c58ea74ca3c6669fae3e8fc57591 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Wed, 28 Jan 2026 20:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=9B=BE=E6=9F=A5=E7=9C=8B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=8E=86=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=E6=98=BE=E7=A4=BA=E8=8A=82=E5=81=87?= =?UTF-8?q?=E6=97=A5=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=8F=90=E9=AB=98=E5=AE=9E?= =?UTF-8?q?=E7=94=A8=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/src/components/ui/calendar/Calendar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/components/ui/calendar/Calendar.vue b/webapp/src/components/ui/calendar/Calendar.vue index a5c7279..fb103e8 100644 --- a/webapp/src/components/ui/calendar/Calendar.vue +++ b/webapp/src/components/ui/calendar/Calendar.vue @@ -238,7 +238,6 @@ const initPanelPosition = () => { if (isMobile) { // 移动端:居中显示 - const panelWidth = windowWidth - 16 // 左右各8px边距 const panelHeight = 580 // 估计高度 panelPos.value = { x: 8,