@@ -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>