左上角按钮 不灵敏, 因为topDrag2挡住了

This commit is contained in:
life
2015-10-16 13:32:59 +08:00
parent 7f80f0604a
commit 724df7df7d
3 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
{"version":"0.7.1","updatedTime":"2015-10-16T07:11:51.505Z"} {"version":"0.7.0.1","updatedTime":"2015-10-16T07:11:51.505Z"}

View File

@@ -1813,6 +1813,7 @@ body {
#topDrag2 { #topDrag2 {
width: 100%; width: 100%;
height: 10px; height: 10px;
margin-left: 67px;
-webkit-app-region: drag; -webkit-app-region: drag;
} }

View File

@@ -1594,7 +1594,7 @@ body.init #pageInner {
position: absolute; position: absolute;
top: 0; top: 0;
left: 60px; left: 60px;
right: auto; right: 140px;
height: 40px; height: 40px;
z-index: 1000; z-index: 1000;
cursor: move; cursor: move;
@@ -1602,6 +1602,7 @@ body.init #pageInner {
#topDrag2 { #topDrag2 {
width: 100%; width: 100%;
height: 10px; height: 10px;
margin-left: 67px;
-webkit-app-region: drag; -webkit-app-region: drag;
} }
.no-info { .no-info {