fix: album cover size issue in lyrics page

This commit is contained in:
qier222 2021-01-29 09:57:14 +08:00
parent f563d6be79
commit f3c3d841f2

View File

@ -173,7 +173,7 @@ export default {
return this.player.currentTrack; return this.player.currentTrack;
}, },
imageUrl() { imageUrl() {
return this.player.currentTrack.al.picUrl + "?param=1024x1024"; return this.player.currentTrack.al.picUrl + "?param=1024y1024";
}, },
progress: { progress: {
get() { get() {
@ -433,7 +433,9 @@ export default {
img { img {
border-radius: 0.75em; border-radius: 0.75em;
width: 54vh; width: 54vh;
height: 54vh;
user-select: none; user-select: none;
object-fit: cover;
} }
.shadow { .shadow {
position: absolute; position: absolute;