101captain
2022-01-29 72db6615d8bcf4a094cc7e2c2d0b23d92eef6aaa
pdf导出优化
2个文件已修改
10 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/forestFire.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/gasSafety.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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: 1045px;" 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;">
@@ -51,7 +51,7 @@
            <div style="text-indent:2em;line-height: 1.4;margin-top: 30px;">森林防火电话:12119        5760171</div>
            <div style="text-indent:2em;line-height: 1.4;">社区电话:<span th:text="${reservePdfExportVO.communityPhone}"></span></div>
            <div style="padding-left: 250px;">
            <div style="padding-left: 350px;">
                <div style="width: 300px;margin-top: 10px;">
                    家庭住址:<span th:text="${reservePdfExportVO.address}"></span></div>
                <div style="width: 300px;margin-top: 10px;">承 诺 人:
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/resources/templates/gasSafety.html
@@ -32,7 +32,7 @@
</head>
<body>
<div style="padding-top: 0px; height:1050px; " th:each="reservePdfExportVO : ${reservePdfExportVOS}">
<div style="padding-top: 0px; height:1045px; " 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: 20px;padding: 30px;">
@@ -54,8 +54,8 @@
            <div style="margin-top: 110px;text-align: right;">
                地址:<span style="margin-right: 100px;" th:text="${reservePdfExportVO.address}"></span>
            </div>
            <div style="margin-top: 30px;margin-left: 300px;"><div>被提醒人:</div><img style="width: 200px;"
                                                                                    th:src="@{${reservePdfExportVO.sign}}" /></div>
            <div style="margin-top: 30px;margin-left: 450px;"><div>被提醒人:</div><img style="width: 200px;"
                                                                                   th:src="@{${reservePdfExportVO.sign}}" /></div>
            <div style="margin-top: 30px;text-align: right;">
                <span style="margin-right: 100px;" th:text="${reservePdfExportVO.time}"></span>
            </div>