From cfccbf7dfc61ce1f51aec475ae7c5f5d9e65db1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=9C=E7=8C=AB=E5=AD=90neko?= <815743831@qq.com> Date: Mon, 7 Mar 2022 14:56:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E6=A0=B7=E5=BC=8F=E8=A7=A3=E6=9E=90=E6=97=B6?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/menuButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/menuButton.js b/src/controllers/menuButton.js index 4926972..20dc175 100644 --- a/src/controllers/menuButton.js +++ b/src/controllers/menuButton.js @@ -4540,7 +4540,7 @@ const menuButton = { } } - if(key == "vt" && value != "1"){ + if(key == "vt"){ if(value == "0"){ style += "vertical-align: middle;"; }