🐞 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 -1
View File
@@ -395,7 +395,7 @@ const handleArtistClick = (id: number) => {
&-play {
@apply flex justify-center items-center w-20 h-12 rounded-full mx-4 transition text-gray-500;
@apply bg-gray-100 bg-opacity-60 hover:bg-gray-200;
@apply bg-gray-100 bg-opacity-60 dark:bg-gray-800 dark:bg-opacity-60 hover:bg-gray-200;
}
}