修复展开评论时的歌词大小问题

pull/930/merge
lyswhut 2022-03-07 17:23:33 +08:00
parent b09dba0a95
commit 8df6e7ef90
1 changed files with 1 additions and 6 deletions

View File

@ -296,12 +296,7 @@ export default {
} }
.right { .right {
flex-basis: 30%; flex-basis: 30%;
.lyric { --playDetail-lrc-font-size: 13px !important;
font-size: 13px !important;
}
.lrc-content {
margin: 13px 0 !important;
}
.lyricSelectContent { .lyricSelectContent {
font-size: 14px; font-size: 14px;
} }