fix: Fixed some bugs in music page

This commit is contained in:
2024-12-26 00:24:05 +08:00
parent 2986e30558
commit 4c909db98a
2 changed files with 6 additions and 0 deletions

View File

@@ -55,4 +55,9 @@
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
color: var(--secondary-text-color); color: var(--secondary-text-color);
}
#music-none-block {
width: 100%;
height: 120px;
} }

View File

@@ -69,6 +69,7 @@
</div> </div>
</div> </div>
<div id="music-none-block"></div>
</div> </div>
<!-- theme --> <!-- theme -->