From 2e5eeaf4254913a974c80c3c43fefc4b6b5f0874 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Thu, 29 Jan 2026 12:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=9A=84=E5=8A=A0=E8=BD=BD=E6=A8=A1=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E5=AF=B9=E4=BA=8E=E6=97=A5=E6=9C=9F=E5=8F=98=E6=9B=B4=E4=BD=86?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=9C=AA=E6=9B=B4=E6=96=B0=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5=E8=BF=9B=E8=A1=8C=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/ui/calendar/Calendar.vue | 1 + webapp/src/views/Home.vue | 74 ++++++++++++++----- 2 files changed, 58 insertions(+), 17 deletions(-) diff --git a/webapp/src/components/ui/calendar/Calendar.vue b/webapp/src/components/ui/calendar/Calendar.vue index fb103e8..a5c7279 100644 --- a/webapp/src/components/ui/calendar/Calendar.vue +++ b/webapp/src/components/ui/calendar/Calendar.vue @@ -238,6 +238,7 @@ const initPanelPosition = () => { if (isMobile) { // 移动端:居中显示 + const panelWidth = windowWidth - 16 // 左右各8px边距 const panelHeight = 580 // 估计高度 panelPos.value = { x: 8, diff --git a/webapp/src/views/Home.vue b/webapp/src/views/Home.vue index 3646875..60dfc31 100644 --- a/webapp/src/views/Home.vue +++ b/webapp/src/views/Home.vue @@ -6,42 +6,52 @@
-- {{ todayImage.copyright }} +
+ {{ latestImage.copyright }}