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

+ 1 - 1
front/static/document.js

@@ -176,7 +176,7 @@ var Document =
         var w = c.width();
         var b = w/self.width;
         if (self.left) {
-            var z = 100/b + self.zoom;
+            var z = 100-100/b + self.zoom;
             $(self.option.reader).css('zoom', z + '%');
             c = c.children().eq(0);
             e = c.children().eq(0);