From d67c9a06b1ce91ff7d57cfe339f218cca31b36cd Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期六, 29 一月 2022 22:00:41 +0800 Subject: [PATCH] pdf导出优化 --- springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/forestFire.html | 10 ++++------ 1 files changed, 4 insertions(+), 6 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 b500427..78a77a8 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 @@ -45,20 +45,18 @@ </div> <div style="text-indent:2em;line-height: 1.4;"> 五、在森林防火区内个人拒绝森林防火检查或者接到森林火灾隐患整改通知书逾期不消除火灾隐患的,接受200元—2000元以下罚款。</div> - <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;">七、一旦发现森林山火,及时报告防火办、社区或街办。</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;"> + <div style="width: 300px;"> 家庭住址:<span th:text="${reservePdfExportVO.address}"></span></div> <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> - <div style="margin-top: 30px;text-align: right;"> + <div style="width: 300px;" >联系电话:<span th:text="${reservePdfExportVO.phone}"></span></div> + <div style="text-align: right;"> <span style="margin-right: 100px;" th:text="${reservePdfExportVO.time}"></span> </div> </div> -- Gitblit v1.7.1