From 977f29ef068c4bffd10c365884b1e9675863e9ac Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期六, 29 一月 2022 23:09:33 +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 3648551..ce0dd50 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: 1042px;" th:each="reservePdfExportVO : ${reservePdfExportVOS}"> +<div style="height: 1041px;" 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