From 5e3defc63d14cf0e155c3a50d0fbb33c94d670fa Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Thu, 29 Jan 2026 12:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=BA=95=E9=83=A8=E6=8E=A7=E5=88=B6=E6=A0=8F=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/src/views/ImageView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/views/ImageView.vue b/webapp/src/views/ImageView.vue index b811f70..da6e8f2 100644 --- a/webapp/src/views/ImageView.vue +++ b/webapp/src/views/ImageView.vue @@ -261,7 +261,6 @@ const initPanelPosition = () => { if (typeof window !== 'undefined') { const bounds = getImageDisplayBounds() const panelWidth = Math.min(bounds.width * 0.9, 448) // max-w-md = 448px - const bottomControlHeight = 80 // 底部控制栏高度 infoPanelPos.value = { x: bounds.left + (bounds.width - panelWidth) / 2,