소스 검색

样式修改

chenzl 10 달 전
부모
커밋
c0130c2b2a
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      prod-compose.yml
  2. 0 0
      server/src/main/resources/static/xlsx/luckysheet.umd.js
  3. 1 1
      server/src/main/resources/web/officeweb.ftl

+ 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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.