From 336d818eca3262fbb2b0c76487008e37d0891720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 9 Mar 2023 20:28:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E6=B5=8F=E8=A7=88=E5=99=A8=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=AF=94=E4=BE=8B=E9=BB=98=E8=AE=A4=E4=B8=BA100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/user/Login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/user/Login.vue b/jshERP-web/src/views/user/Login.vue index 7beac88c..5139c78f 100644 --- a/jshERP-web/src/views/user/Login.vue +++ b/jshERP-web/src/views/user/Login.vue @@ -317,7 +317,7 @@ } }, checkScreen() { - let percentage = '' + let percentage = '100%' let basicWidth = 1920 const currentWidth = window.screen.width const currentHeight = window.screen.height