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

+ 2 - 2
front/static/document.js

@@ -27,7 +27,7 @@ var Document =
     page : 0,
     width : 0,
     left : 0,
-    zoom : 10,
+    zoom : 9,
     path : '',
     Init : function(option)
     {
@@ -193,7 +193,7 @@ var Document =
                     }
                 }
                 
-                self.left = left * -1;
+                self.left = left * -2;
                 $(self.option.reader).css('margin-left', self.left);
             }