Ver Fonte

去掉文档预览的js引用

zmw há 8 meses atrás
pai
commit
d169db35ea
1 ficheiros alterados com 8 adições e 0 exclusões
  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>