fix(favorites,watch-later): enhance content visibility (#1132)

close #1132
This commit is contained in:
Hakadao
2024-11-20 02:01:43 +08:00
parent 77648a650b
commit 68b1bc163e
3 changed files with 4 additions and 2 deletions

View File

@@ -287,6 +287,7 @@ function isMusic(item: FavoriteResource) {
v-if="activatedCategoryCover"
:src="removeHttpFromUrl(`${activatedCategoryCover}@480w_270h_1c`)"
w-full h-full object="cover center" blur-40px
relative z--1
>
</div>

View File

@@ -330,6 +330,7 @@ function jumpToLoginPage() {
v-if="currentWatchLaterList[0]"
:src="removeHttpFromUrl(`${currentWatchLaterList[0].pic}@480w_270h_1c`)"
w-full h-full object="cover center" blur-40px
relative z--1
>
</div>