feat: メンテ年月日の幅を修正

This commit is contained in:
Takagi 2023-09-05 09:35:02 +09:00
parent 1cacd99ef3
commit ffbdc91d7f
2 changed files with 6 additions and 2 deletions

View File

@ -358,8 +358,12 @@ table{
width : 10%; width : 10%;
} }
.captionMenteDate{
width: 10%;
}
.menteDate{ .menteDate{
width: 12%; width: 14%;
} }
.hpAssrtTd{ .hpAssrtTd{

View File

@ -258,7 +258,7 @@
<tr> <tr>
<td class="hpInfoColumn">病床数(定員)</td> <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="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> <td class="instData menteDate"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.prmit_bed_maint_ymd or ''}}" class="repreTextbox"></td>
</tr> </tr>
</tbody> </tbody>