mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-03 03:44:00 +08:00
fix: album cover size issue in lyrics page
This commit is contained in:
parent
f563d6be79
commit
f3c3d841f2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user