pdf 템플릿 수정
This commit is contained in:
parent
5efa39fe64
commit
6b8d92742e
@ -11,6 +11,7 @@
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
font-family: M-Gothic;
|
||||
font-size: 11px;
|
||||
border-collapse: collapse;
|
||||
@ -19,6 +20,10 @@
|
||||
color: #333
|
||||
}
|
||||
|
||||
.month-table td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 5px 5px 3px;
|
||||
text-align: center;
|
||||
@ -566,7 +571,8 @@
|
||||
<div>
|
||||
● 予測発電量[kWh]
|
||||
</div>
|
||||
<table class="mb20">
|
||||
|
||||
<table class="mb20 month-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>1月</th>
|
||||
@ -589,6 +595,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user