🦄 refactor(MusicList): 重构播放列表组件

This commit is contained in:
alger
2023-12-21 11:26:51 +08:00
parent 7e6788a057
commit 73c915d184
6 changed files with 316 additions and 360 deletions
+1 -2
View File
@@ -67,9 +67,8 @@ const menus = store.state.menus;
@apply pr-6 flex-1 box-border;
height: 100vh;
&-content {
@apply rounded-2xl;
@apply rounded-2xl pb-28 box-border;
height: calc(100vh - 60px);
margin-bottom: 90px;
}
&-page {
margin: 20px 0;