修复竖向桌面歌词无法加粗的问题

pull/1211/head
lyswhut 2023-02-10 13:09:18 +08:00
parent 6048af99bc
commit b91bd7ede0
1 changed files with 24 additions and 10 deletions

View File

@ -120,9 +120,9 @@ export default {
transition: @transition-slow; transition: @transition-slow;
transition-property: font-size, color; transition-property: font-size, color;
} }
&.font-mode > .line { // &.font-mode > .line {
font-weight: bold; // font-weight: bold;
} // }
&.font-mode > .line > .font-lrc { &.font-mode > .line > .font-lrc {
> span { > span {
@ -245,13 +245,27 @@ export default {
} }
} }
} }
// .font-weight { .font-weight-font {
// :global { :global {
// .font-mode > .line { .font-mode > .line {
// font-weight: bold; font-weight: bold;
// } }
// } }
// } }
.font-weight-line {
:global {
.line-mode > .line {
font-weight: bold;
}
}
}
.font-weight-extended {
:global {
.extended {
font-weight: bold;
}
}
}
// .footer { // .footer {
// flex: 0 0 100px; // flex: 0 0 100px;
// overflow: hidden; // overflow: hidden;