From 3f14a561a92c8de92d4e8e13b2936af355cdbc9b Mon Sep 17 00:00:00 2001 From: xudan Date: Mon, 29 Sep 2025 18:07:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=99=A8=E5=AE=BD=E5=BA=A6=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlaybackController.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PlaybackController.vue b/src/components/PlaybackController.vue index 1e6530d..2679c85 100644 --- a/src/components/PlaybackController.vue +++ b/src/components/PlaybackController.vue @@ -168,7 +168,7 @@ const handlePlayPause = () => { position: fixed; bottom: 0; left: 0; - width: 100%; + width: calc(100% - 48px); padding: 16px 24px; background-color: rgba(255, 255, 255, 0.9); box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);