From 8b2be019c6452ad1ae54bc76b9f2b3e04409a0a7 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 19 Mar 2022 19:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=81=8F=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/utils/lyric-font-player/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/utils/lyric-font-player/index.js b/src/renderer/utils/lyric-font-player/index.js index 7aa0dac2..43315ddb 100644 --- a/src/renderer/utils/lyric-font-player/index.js +++ b/src/renderer/utils/lyric-font-player/index.js @@ -166,6 +166,6 @@ module.exports = class Lyric { this.lyric = lyric this.translationLyric = translationLyric this._init() - this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset - 20 + this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset } }