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

---
 springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/forestFire.html |    2 +-
 1 files changed, 1 insertions(+), 1 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 9747cfa..2c17859 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: 1050px;" th:each="reservePdfExportVO : ${reservePdfExportVOS}">
+<div style="height: 1080px;" 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;">

--
Gitblit v1.7.1