播放器图标修正

This commit is contained in:
2023-01-18 20:41:19 +08:00
parent 5d3124519a
commit 0f65f927fb
6 changed files with 6 additions and 8 deletions
@@ -19,7 +19,7 @@
@mouseover="thumbHovered = true"
@mouseout="thumbHovered = false"
class="aplayer-thumb"
:style="{borderColor: theme, backgroundColor: thumbHovered ? theme : '#fff'}"
:style="{borderColor: theme, backgroundColor: thumbHovered ? theme : '#fff'}"
>
<span class="aplayer-loading-icon"
:style="{backgroundColor: theme }"
@@ -169,10 +169,9 @@
width: 100%;
height: 100%;
svg {
.icon-svg {
position: absolute;
animation: spin 1s linear infinite;
fill: #ffffff;
}
}
}