We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84875b9 commit a7bc2e3Copy full SHA for a7bc2e3
1 file changed
src/components/Player/MainAMLyric.vue
@@ -4,7 +4,7 @@
4
:key="amLyricsData?.[0]?.words?.length"
5
:class="['lyric-am', { pure: statusStore.pureLyricMode }]"
6
:style="{
7
- '--amll-lp-color': 'rgb(var(--main-cover-color))',
+ '--amll-lp-color': 'rgb(var(--main-cover-color, 239 239 239))',
8
}"
9
>
10
<div v-if="statusStore.lyricLoading" class="lyric-loading">歌词正在加载中...</div>
@@ -150,8 +150,6 @@ onBeforeUnmount(() => {
150
top: 0;
151
padding-left: 10px;
152
padding-right: 80px;
153
- --amll-lp-color: rgb(239, 239, 239);
154
- // margin-left: -2rem;
155
}
156
157
&.pure {
0 commit comments