修复歌词阴影问题

pull/1123/head
lyswhut 2023-01-07 18:59:44 +08:00
parent db38b27e52
commit 6ef8015179
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ export default {
} }
.shadow { .shadow {
color: transparent; color: transparent;
margin-left: -0.14em;
} }
.line-content { .line-content {
line-height: 1.2; line-height: 1.2;

View File

@ -80,6 +80,7 @@ export default {
} }
.shadow { .shadow {
color: transparent; color: transparent;
margin-left: -0.14em;
} }
.line-content { .line-content {
line-height: 1.2; line-height: 1.2;