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