歌词选择模式下的歌词调整为跟随歌词字体大小显示
parent
131f077c3f
commit
98d67be9d9
|
@ -335,12 +335,12 @@ export default {
|
||||||
// text-align: center;
|
// text-align: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 16px;
|
font-size: var(--playDetail-lrc-font-size, 16px);
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
color: var(--color-400);
|
color: var(--color-400);
|
||||||
|
|
||||||
.lyricSelectline {
|
.lyricSelectline {
|
||||||
padding: 8px 0;
|
padding: calc(var(--playDetail-lrc-font-size, 16px) / 2) 1px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
transition: @transition-normal !important;
|
transition: @transition-normal !important;
|
||||||
transition-property: color, font-size;
|
transition-property: color, font-size;
|
||||||
|
|
Loading…
Reference in New Issue