feat: 调整播放控制器宽度,优化界面布局
This commit is contained in:
parent
e7b6dc736f
commit
3f14a561a9
@ -168,7 +168,7 @@ const handlePlayPause = () => {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: calc(100% - 48px);
|
||||||
padding: 16px 24px;
|
padding: 16px 24px;
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user