feat: 调整播放控制器宽度,优化界面布局

This commit is contained in:
xudan 2025-09-29 18:07:16 +08:00
parent e7b6dc736f
commit 3f14a561a9

View File

@ -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);