self.setTopDragWidth 不是总会调用

This commit is contained in:
life
2015-10-16 18:03:50 +08:00
parent 724df7df7d
commit 7bf6930c89
4 changed files with 8 additions and 6 deletions

View File

@@ -1802,7 +1802,7 @@ body {
top: 0;
left: 60px; //
// right: auto; // 宽度是左+中, 用js来控制
right: 140px; // 最少
width: 140px; // 最少
height: 40px;
z-index: 1000;
cursor: move;

View File

@@ -1594,7 +1594,7 @@ body.init #pageInner {
position: absolute;
top: 0;
left: 60px;
right: 140px;
width: 140px;
height: 40px;
z-index: 1000;
cursor: move;