Browse Source

去掉文档预览的js引用

zmw 8 months ago
parent
commit
d169db35ea
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/common/view/api/file_preview.html

+ 8 - 0
app/common/view/api/file_preview.html

@@ -6,6 +6,14 @@
     <title>文件预览</title>
     <title>文件预览</title>
     <script src="https://office.jinjianghc.com/web-apps/apps/api/documents/api.js"></script>
     <script src="https://office.jinjianghc.com/web-apps/apps/api/documents/api.js"></script>
 </head>
 </head>
+<style>
+    body, html {
+        margin: 0;
+        padding: 0;
+        width: 100%;
+        height: 100%;
+    }
+</style>
 <body id="preview">
 <body id="preview">
 
 
 </body>
 </body>