Browse Source

样式修改

chenzl 10 months ago
parent
commit
c0130c2b2a

+ 1 - 1
prod-compose.yml

@@ -10,7 +10,7 @@ services:
     build:
       context: ./         # 指定设定上下文根目录,然后以该目录为准寻找Dockerfile
       dockerfile: DockerfileProd  #DockerFile 真正所在位置
-    image: file-preview:1.0.0
+    image: file-view:1.0.0
     volumes:
       # 挂载日志 -v A:B ,A指宿主机位置,B指容器位置
       - /usr/local/youxianxin/service/log/file-preview:/logback

File diff suppressed because it is too large
+ 0 - 0
server/src/main/resources/static/xlsx/luckysheet.umd.js


+ 1 - 1
server/src/main/resources/web/officeweb.ftl

@@ -64,7 +64,7 @@
 <#--    <label><button onclick="tiaozhuan()">跳转HTML预览</button></label>-->
 <#--    <button id="confirm-button" onclick="print()">打印</button>-->
 <#--</div>-->
-<div id="luckysheet" style="margin:0px;padding:0px;position:absolute;width:100%;left: 0px;top: 20px;bottom: 0px;outline: none;"></div>
+<div id="luckysheet" style="margin:0px;padding:0px;position:absolute;width:100%;left: 0px;top: 0px;bottom: 0px;outline: none;"></div>
 
 <script src="xlsx/luckyexcel.umd.js"></script>
 <script>

Some files were not shown because too many files changed in this diff