🐞 fix: 修复抽屉zindex 修复一些样式问题

closes  #37 #38
This commit is contained in:
alger
2025-01-15 00:26:42 +08:00
parent c6427aa3e1
commit 072025a543
7 changed files with 14 additions and 7 deletions
+1 -2
View File
@@ -207,7 +207,6 @@ watch(
// 页面挂载时检查登录状态
onMounted(() => {
checkLoginStatus();
loadPage();
});
// 展示歌单
@@ -275,7 +274,7 @@ const handlePlay = () => {
.record-list {
@apply rounded-2xl;
@apply bg-light dark:bg-black;
height: calc(100% - 3.75rem);
height: calc(100% - 100px);
.record-item {
@apply flex items-center px-4;