ソースを参照

!153 调整dcm格式预览效果 修复反代情况下缺少BASE64组件
Merge pull request !153 from 高雄/N/A

陈精华 1 年間 前
コミット
bc3a273edf
1 ファイル変更3 行追加2 行削除
  1. 3 2
      server/src/main/resources/web/dcm.ftl

+ 3 - 2
server/src/main/resources/web/dcm.ftl

@@ -6,12 +6,13 @@
     <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
     <title>DCM预览</title>
     <#include "*/commonHeader.ftl">
+     <script src="js/base64.min.js" type="text/javascript"></script>
 </head>
 	<style>
      .container{
 		width: 100%; 
-		height: 600px;
-		max-width: 900px;  
+		height: 98%;
+		max-width: 98%;
 		margin: auto;
          position: absolute;
         top: 0;