修复展开评论时的歌词间隔问题
parent
dda0d54f20
commit
34a072bada
|
@ -136,6 +136,8 @@ export default {
|
|||
margin: var(--playDetail-lrc-font-size, 16px) 0;
|
||||
overflow-wrap: break-word;
|
||||
color: @color-player-detail-lyric;
|
||||
transition: @transition-theme;
|
||||
transition-property: margin;
|
||||
|
||||
.translation {
|
||||
transition: @transition-theme !important;
|
||||
|
|
|
@ -299,6 +299,9 @@ export default {
|
|||
.lyric {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.lrc-content {
|
||||
margin: 13px 0 !important;
|
||||
}
|
||||
.lyricSelectContent {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue