diff --git a/src/views/lyrics.vue b/src/views/lyrics.vue index 29ea834..ff2b8a8 100644 --- a/src/views/lyrics.vue +++ b/src/views/lyrics.vue @@ -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;