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