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;
|
||||||
@ -19,6 +20,10 @@
|
|||||||
color: #333
|
color: #333
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.month-table td {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
padding: 5px 5px 3px;
|
padding: 5px 5px 3px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user