feat: メンテ年月日の幅を修正
This commit is contained in:
parent
1cacd99ef3
commit
ffbdc91d7f
@ -358,8 +358,12 @@ table{
|
||||
width : 10%;
|
||||
}
|
||||
|
||||
.captionMenteDate{
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.menteDate{
|
||||
width: 12%;
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.hpAssrtTd{
|
||||
|
||||
@ -258,7 +258,7 @@
|
||||
<tr>
|
||||
<td class="hpInfoColumn">病床数(定員)</td>
|
||||
<td class="instData"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.bed_num or ''}}" class="xSmallTextbox numberBox"></td>
|
||||
<td class="hpInfoColumn">メンテ年月日</td>
|
||||
<td class="hpInfoColumn captionMenteDate">メンテ年月日</td>
|
||||
<td class="instData menteDate"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.prmit_bed_maint_ymd or ''}}" class="repreTextbox"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user