Browse Source

盖章模板修改

master
CMM 9 months ago
parent
commit
6b0aa2e0cc
3 changed files with 9 additions and 16 deletions
  1. +3
    -7
      pmapi/src/main/resources/template/区县-预审申请单.html
  2. +3
    -2
      pmapi/src/main/resources/template/市级-预审申请单.html
  3. +3
    -7
      pmapi/src/main/resources/template/建设方案申请单.html

+ 3
- 7
pmapi/src/main/resources/template/区县-预审申请单.html View File

@@ -25,10 +25,8 @@
margin: 0;
font-family: SimSun;
word-break: break-all;
height: 80px;
}
.tit {
word-break: break-all;
white-space: pre-wrap;
width: 100%;
}
.tab {
padding: 0 20px;
@@ -105,9 +103,7 @@
</head>
<body>
<div class="pdf">
<p class="title">
<span class="tit">#title#</span>
</p>
<p class="title">#title</p>
<div class="tab">
<p class="projectId">
<span>


+ 3
- 2
pmapi/src/main/resources/template/市级-预审申请单.html View File

@@ -20,12 +20,13 @@
text-align: center;
}
.title {
padding: 0 0 20px 0;
padding: 0 10px 20px 10px;
font-size: 34px;
margin: 0;
font-family: SimSun;
word-break: break-all;
height: 80px;
white-space: pre-wrap;
width: 100%;
}
.tit {
word-break: break-all;


+ 3
- 7
pmapi/src/main/resources/template/建设方案申请单.html View File

@@ -25,10 +25,8 @@
margin: 0;
font-family: SimSun;
word-break: break-all;
height: 80px;
}
.tit {
word-break: break-all;
white-space: pre-wrap;
width: 100%;
}
.tab {
padding: 0 20px;
@@ -105,9 +103,7 @@
</head>
<body>
<div class="pdf">
<p class="title">
<span class="tit">#title#</span>
</p>
<p class="title">#title#</p>
<div class="tab">
<p class="projectId">
<span>


Loading…
Cancel
Save