From b91bd7ede02b847df9099368d8cce80e0385ec90 Mon Sep 17 00:00:00 2001
From: lyswhut <lyswhut@qq.com>
Date: Fri, 10 Feb 2023 13:09:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AB=96=E5=90=91=E6=A1=8C?=
 =?UTF-8?q?=E9=9D=A2=E6=AD=8C=E8=AF=8D=E6=97=A0=E6=B3=95=E5=8A=A0=E7=B2=97?=
 =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../components/layout/LyricVertical/index.vue | 34 +++++++++++++------
 1 file changed, 24 insertions(+), 10 deletions(-)

diff --git a/src/renderer-lyric/components/layout/LyricVertical/index.vue b/src/renderer-lyric/components/layout/LyricVertical/index.vue
index 8b0c79f8..867bda88 100644
--- a/src/renderer-lyric/components/layout/LyricVertical/index.vue
+++ b/src/renderer-lyric/components/layout/LyricVertical/index.vue
@@ -120,9 +120,9 @@ export default {
         transition: @transition-slow;
         transition-property: font-size, color;
       }
-      &.font-mode > .line {
-        font-weight: bold;
-      }
+      // &.font-mode > .line {
+      //   font-weight: bold;
+      // }
 
       &.font-mode > .line > .font-lrc {
         > span {
@@ -245,13 +245,27 @@ export default {
     }
   }
 }
-// .font-weight {
-//   :global {
-//     .font-mode > .line {
-//       font-weight: bold;
-//     }
-//   }
-// }
+.font-weight-font {
+  :global {
+    .font-mode > .line {
+      font-weight: bold;
+    }
+  }
+}
+.font-weight-line {
+  :global {
+    .line-mode > .line {
+      font-weight: bold;
+    }
+  }
+}
+.font-weight-extended {
+  :global {
+    .extended {
+      font-weight: bold;
+    }
+  }
+}
 // .footer {
 //   flex: 0 0 100px;
 //   overflow: hidden;