From 67185912ebf5ab80b0794b82f105f8e43d5c5e48 Mon Sep 17 00:00:00 2001 From: WenG <450292408@qq.com> Date: Wed, 4 May 2022 23:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/department/user/select-user-v2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-department/src/main/resources/templates/department/user/select-user-v2.html b/service-department/src/main/resources/templates/department/user/select-user-v2.html index c550b969..73d35beb 100644 --- a/service-department/src/main/resources/templates/department/user/select-user-v2.html +++ b/service-department/src/main/resources/templates/department/user/select-user-v2.html @@ -255,7 +255,7 @@ var winWidth = window.innerWidth; var winHeight = window.innerHeight; var containerWidth = winWidth +'px'; - var containerTopSselectedUserListWidth = (winWidth - 2) + 'px'; + var containerTopSelectedUserListWidth = (winWidth - 2) + 'px'; var containerBottomLeftWidth = (winWidth * (2 / 5) - 2) +'px'; var containerBottomLeftListWidth = (winWidth * (2 / 5) + 16) +'px'; var containerBottomLeftListHeight = (winHeight - 126) +'px'; @@ -270,7 +270,7 @@ item.style.width = containerWidth; }); document.querySelectorAll('.container .top .selected-user .list').forEach(function(item) { - item.style.width = containerTopSselectedUserListWidth; + item.style.width = containerTopSelectedUserListWidth; }); document.querySelectorAll('.container .bottom .left').forEach(function(item) { item.style.width = containerBottomLeftWidth;