mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 15:11:24 +00:00
self.setTopDragWidth 不是总会调用
This commit is contained in:
@@ -1802,7 +1802,7 @@ body {
|
||||
top: 0;
|
||||
left: 60px; //
|
||||
// right: auto; // 宽度是左+中, 用js来控制
|
||||
right: 140px; // 最少
|
||||
width: 140px; // 最少
|
||||
height: 40px;
|
||||
z-index: 1000;
|
||||
cursor: move;
|
||||
|
@@ -1594,7 +1594,7 @@ body.init #pageInner {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 60px;
|
||||
right: 140px;
|
||||
width: 140px;
|
||||
height: 40px;
|
||||
z-index: 1000;
|
||||
cursor: move;
|
||||
|
Reference in New Issue
Block a user