From 8f67eede616402fa175eedf4a5a5fcadf0da57ae Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 26 Mar 2023 12:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/screens/PlayDetail/Horizontal/Lyric.tsx | 2 ++ src/screens/PlayDetail/Vertical/Lyric.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/screens/PlayDetail/Horizontal/Lyric.tsx b/src/screens/PlayDetail/Horizontal/Lyric.tsx index 705733d2..2ce5bf85 100644 --- a/src/screens/PlayDetail/Horizontal/Lyric.tsx +++ b/src/screens/PlayDetail/Horizontal/Lyric.tsx @@ -26,6 +26,8 @@ const LrcLine = memo(({ line, lineNum, activeLine }: { const size = lrcFontSize / 10 const lineHeight = setSpText(size) * 1.25 + // textBreakStrategy="simple" 用于解决某些设备上字体被截断的问题 + // https://stackoverflow.com/a/72822360 return (