移除未使用的底部控制栏高度变量

This commit is contained in:
2026-01-29 12:37:59 +08:00
parent ea99a31248
commit 5e3defc63d

View File

@@ -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,