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

+ 1 - 1
front/static/document.js

@@ -177,7 +177,7 @@ var Document =
         var b = w/self.width;
         if (self.left) {
             if (w - self.width > 10) {
-                var z = 100-(100/b) + self.zoom;
+                var z = (100/b) + self.zoom;
                 $(self.option.reader).css('zoom', z + '%');
             }