修改问题
This commit is contained in:
parent
be8b600b0a
commit
67185912eb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user