Skip to content

Commit 6ef8015

Browse files
committed
修复歌词阴影问题
1 parent db38b27 commit 6ef8015

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/renderer-lyric/components/layout/LyricHorizontal/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default {
7676
}
7777
.shadow {
7878
color: transparent;
79+
margin-left: -0.14em;
7980
}
8081
.line-content {
8182
line-height: 1.2;

src/renderer-lyric/components/layout/LyricVertical/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export default {
8080
}
8181
.shadow {
8282
color: transparent;
83+
margin-left: -0.14em;
8384
}
8485
.line-content {
8586
line-height: 1.2;

0 commit comments

Comments
 (0)