dever 7 年之前
父節點
當前提交
3c045652f3
共有 1 個文件被更改,包括 2 次插入2 次删除
  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);
             }