pdf 템플릿 수정
This commit is contained in:
parent
5efa39fe64
commit
6b8d92742e
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
table-layout: fixed;
|
||||||
font-family: M-Gothic;
|
font-family: M-Gothic;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
@ -18,6 +19,10 @@
|
|||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
color: #333
|
color: #333
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.month-table td {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
padding: 5px 5px 3px;
|
padding: 5px 5px 3px;
|
||||||
@ -498,9 +503,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th class="col-15">項目</th>
|
<th class="col-15">項目</th>
|
||||||
<th class="col-15">文言</th>
|
<th class="col-15">文言</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="noteList_detail">
|
<tbody id="noteList_detail">
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -566,7 +571,8 @@
|
|||||||
<div>
|
<div>
|
||||||
● 予測発電量[kWh]
|
● 予測発電量[kWh]
|
||||||
</div>
|
</div>
|
||||||
<table class="mb20">
|
|
||||||
|
<table class="mb20 month-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>1月</th>
|
<th>1月</th>
|
||||||
@ -589,6 +595,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="mb20">
|
<table class="mb20">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -692,7 +699,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody id="surFaceList_detail">
|
<tbody id="surFaceList_detail">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="end" colspan="2">合計</th>
|
<th class="end" colspan="2">合計</th>
|
||||||
<td id="moduleTotAmount"></td>
|
<td id="moduleTotAmount"></td>
|
||||||
<td class="al-r" id="moduleTotVolKw"></td>
|
<td class="al-r" id="moduleTotVolKw"></td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -728,7 +735,7 @@
|
|||||||
<th style="width:10%;">設置高さ</th>
|
<th style="width:10%;">設置高さ</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="surFaceList_detail2">
|
<tbody id="surFaceList_detail2">
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -760,7 +767,7 @@
|
|||||||
<td id="prefName5" colspan="3"></td>
|
<td id="prefName5" colspan="3"></td>
|
||||||
<th class="col-15">日射量観測地点</th>
|
<th class="col-15">日射量観測地点</th>
|
||||||
<td id="areaName5"></td>
|
<td id="areaName5"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@ -777,8 +784,8 @@
|
|||||||
<th class="col-15">部材名</th>
|
<th class="col-15">部材名</th>
|
||||||
<th class="col-15">数量</th>
|
<th class="col-15">数量</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="standItemList_detail">
|
<tbody id="standItemList_detail">
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user