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

+ 1 - 1
front/static/document.js

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