Skip to content

Commit 665b0e7

Browse files
authored
Update APlayer.scss
1 parent 6c019ab commit 665b0e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/APlayer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
9292
height: $aplayer-height;
9393
width: $aplayer-height;
9494
background-image: url(./default.jpg);
95-
background-size: 100%;
95+
background-size: cover;
9696
transition: all 0.3s ease;
9797

9898
.aplayer-button {
@@ -457,4 +457,4 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
457457
@keyframes aplayer-roll {
458458
0%{left:0}
459459
100%{left: -100%}
460-
}
460+
}

0 commit comments

Comments
 (0)