水印修改
This commit is contained in:
parent
7b8d2318f5
commit
1ab9ca5f69
|
|
@ -40,7 +40,7 @@
|
|||
//获取页面最大宽度
|
||||
var page_width = Math.max(document.body.scrollWidth,document.body.clientWidth);
|
||||
//获取页面最大长度
|
||||
var page_height = Math.max(document.body.scrollHeight,document.body.clientHeight);
|
||||
var page_height = Math.max(document.body.scrollHeight,document.body.clientHeight) - 50;
|
||||
|
||||
// 创建文档碎片
|
||||
var oTemp = document.createDocumentFragment();
|
||||
|
|
|
|||
Loading…
Reference in New Issue