From a20f73f6e85cf314eeadbd85c2bada87b5355051 Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期六, 29 一月 2022 21:53:58 +0800
Subject: [PATCH] pdf导出优化

---
 springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/forestFire.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/forestFire.html b/springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/forestFire.html
index 3a65841..b500427 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/forestFire.html
+++ b/springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/forestFire.html
@@ -31,7 +31,7 @@
 </head>
 
 <body>
-<div style="height: 1045px;" th:each="reservePdfExportVO : ${reservePdfExportVOS}">
+<div style="height: 1040px;" th:each="reservePdfExportVO : ${reservePdfExportVOS}">
     <div style="text-align: center;font-size: 30px;">森林防火承诺书</div>
     <div style="display: flex;align-items: center;align-items: center;">
         <div style="font-size: 22px;padding: 30px;">
@@ -48,13 +48,13 @@
             <div style="text-indent:2em;line-height: 1.4;">六、造成森林火灾构成犯罪的,除接受赔偿损失、补种树木、罚款等行政处罚外,还要接受司法机关依法追究刑事责任。
             </div>
             <div style="text-indent:2em;line-height: 1.4;">七、一旦发现森林山火,及时报告防火办、社区或街办。</div>
-            <div style="text-indent:2em;line-height: 1.4;margin-top: 30px;">森林防火电话:12119        5760171</div>
+            <div style="text-indent:2em;line-height: 1.4;">森林防火电话:12119        5760171</div>
             <div style="text-indent:2em;line-height: 1.4;">社区电话:<span th:text="${reservePdfExportVO.communityPhone}"></span></div>
 
             <div style="padding-left: 300px;">
                 <div style="width: 300px;margin-top: 10px;">
                     家庭住址:<span th:text="${reservePdfExportVO.address}"></span></div>
-                <div style="width: 300px;margin-top: 10px;">承 诺 人:
+                <div style="width: 300px;">承 诺 人:
                     <img style="width: 250px;height: 100px;" th:src="@{${reservePdfExportVO.sign}}" />
                 </div>
                 <div style="width: 300px;margin-top: 10px;" >联系电话:<span th:text="${reservePdfExportVO.phone}"></span></div>

--
Gitblit v1.7.1