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;