From 05ab77f304a9619407751907d89fed6080eb1e84 Mon Sep 17 00:00:00 2001 From: hdm <hdm58@qq.com> Date: Wed, 3 May 2023 18:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=B3=BB=E7=BB=9F=E7=9A=84?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E5=BC=B9=E5=87=BA=E5=B1=82=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E7=B3=BB=E7=BB=9F=E6=95=B4=E4=BD=93=E7=9A=84=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/assets/gougu/module/tool.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/static/assets/gougu/module/tool.js b/public/static/assets/gougu/module/tool.js index 3e1fd30..bde762b 100644 --- a/public/static/assets/gougu/module/tool.js +++ b/public/static/assets/gougu/module/tool.js @@ -10,11 +10,14 @@ layui.define([], function (exports) { } that.loading = true; sideWidth = '80%'; - if(window.innerWidth<=1000){ - sideWidth = '92%'; + if(window.innerWidth>1400 && window.innerWidth<=1600){ + sideWidth = '85%'; } if(window.innerWidth>1000 && window.innerWidth<=1440){ - sideWidth = '88%'; + sideWidth = '92%'; + } + if(window.innerWidth<=1000){ + sideWidth = '93.8%'; } layer.open({ type: 2,