From 665b0e7342a2d7164ec904466f70f5c15a622773 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 31 Oct 2017 23:00:16 +0800 Subject: [PATCH] Update APlayer.scss --- src/APlayer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/APlayer.scss b/src/APlayer.scss index 3cd5d9c..03d920c 100644 --- a/src/APlayer.scss +++ b/src/APlayer.scss @@ -92,7 +92,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6; height: $aplayer-height; width: $aplayer-height; background-image: url(./default.jpg); - background-size: 100%; + background-size: cover; transition: all 0.3s ease; .aplayer-button { @@ -457,4 +457,4 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6; @keyframes aplayer-roll { 0%{left:0} 100%{left: -100%} -} \ No newline at end of file +}