歌词选择模式下的歌词调整为跟随歌词字体大小显示

pull/2356/head
lyswhut 2025-03-29 13:11:07 +08:00
parent 131f077c3f
commit 98d67be9d9
1 changed files with 2 additions and 2 deletions

View File

@ -335,12 +335,12 @@ export default {
// text-align: center;
height: 100%;
width: 100%;
font-size: 16px;
font-size: var(--playDetail-lrc-font-size, 16px);
z-index: 10;
color: var(--color-400);
.lyricSelectline {
padding: 8px 0;
padding: calc(var(--playDetail-lrc-font-size, 16px) / 2) 1px;
overflow-wrap: break-word;
transition: @transition-normal !important;
transition-property: color, font-size;