mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-03 06:54: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;
|
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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user