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,