mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 14:18:03 +00:00
fix: album cover size issue in lyrics page
This commit is contained in:
parent
f563d6be79
commit
f3c3d841f2
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue