dever 7 years ago
parent
commit
cc0dfab684
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/static/document.js

+ 1 - 1
front/static/document.js

@@ -193,7 +193,7 @@ var Document =
             
             self.left = left * -1 + 10;
             self.zoom = 0;
-            if (self.left) {
+            if (self.left > 20) {
                 $(self.option.reader).css('margin-left', self.left);
                 self.zoom = 18;
             }