Browse Source

去掉文档预览的js引用

zmw 8 tháng trước cách đây
mục cha
commit
d169db35ea
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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>
     <script src="https://office.jinjianghc.com/web-apps/apps/api/documents/api.js"></script>
 </head>
+<style>
+    body, html {
+        margin: 0;
+        padding: 0;
+        width: 100%;
+        height: 100%;
+    }
+</style>
 <body id="preview">
 
 </body>