fix: 施設情報画面のスタイル崩れの修正漏れ

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-09-05 17:35:02 +09:00
parent 88d9ca629f
commit 46a6e56e41

View File

@ -259,7 +259,7 @@
<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 captionMenteDate">メンテ年月日</td>
<td class="instData menteDate"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.prmit_bed_maint_ymd or ''}}" class="menteDateText"></td>
<td class="instData menteDate"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.prmit_bed_maint_ymd or ''}}" class="menteDateTextbox"></td>
</tr>
</tbody>
</table>