fix: bugs

This commit is contained in:
qier222 2021-09-25 16:20:53 +08:00
parent 17ef0e927c
commit bb87b7f20d
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
9 changed files with 54 additions and 41 deletions

View file

@ -101,6 +101,7 @@ img {
width: 100%;
user-select: none;
aspect-ratio: 1 / 1;
border: 1px solid rgba(0, 0, 0, 0.04);
}
.cover-hover {

View file

@ -86,6 +86,7 @@ export default {
this.getColor();
},
getColor() {
if (!this.player.personalFMTrack?.album?.picUrl) return;
const cover = `${this.player.personalFMTrack.album.picUrl.replace(
'http://',
'https://'