Skip to content

Commit a7bc2e3

Browse files
committed
fix: 修复 AM 颜色样式设置
1 parent 84875b9 commit a7bc2e3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/Player/MainAMLyric.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:key="amLyricsData?.[0]?.words?.length"
55
:class="['lyric-am', { pure: statusStore.pureLyricMode }]"
66
:style="{
7-
'--amll-lp-color': 'rgb(var(--main-cover-color))',
7+
'--amll-lp-color': 'rgb(var(--main-cover-color, 239 239 239))',
88
}"
99
>
1010
<div v-if="statusStore.lyricLoading" class="lyric-loading">歌词正在加载中...</div>
@@ -150,8 +150,6 @@ onBeforeUnmount(() => {
150150
top: 0;
151151
padding-left: 10px;
152152
padding-right: 80px;
153-
--amll-lp-color: rgb(239, 239, 239);
154-
// margin-left: -2rem;
155153
}
156154
157155
&.pure {

0 commit comments

Comments
 (0)