Showing
1 changed file
with
1 additions
and
0 deletions
@@ -23,6 +23,7 @@ layui.define(['common', "commonDetail"], function (exports) { | @@ -23,6 +23,7 @@ layui.define(['common', "commonDetail"], function (exports) { | ||
23 | // 文件预览 | 23 | // 文件预览 |
24 | layer.open({ | 24 | layer.open({ |
25 | type: 2, | 25 | type: 2, |
26 | + area: ["98%","98%"], | ||
26 | content: '/src/lib/extend/pdfjs/web/viewer.html?test=' + params.path | 27 | content: '/src/lib/extend/pdfjs/web/viewer.html?test=' + params.path |
27 | }) | 28 | }) |
28 | break; | 29 | break; |
-
Please register or login to post a comment