feat: web画面をiPadで動作確認する、でiPad Airで見切れていた日付のcssを修正

This commit is contained in:
Takagi 2023-09-04 16:59:41 +09:00
parent bed91795f1
commit 1cacd99ef3
2 changed files with 12 additions and 4 deletions

View File

@ -217,11 +217,11 @@ table{
}
.instDataCenter{
width: 7%;
width: 10%;
}
.instDataRight{
width: 25%;
width: 22%;
}
/*NO5にて追加 END*/
@ -354,6 +354,14 @@ table{
border : solid 1px;
}
.captionSickBed{
width : 10%;
}
.menteDate{
width: 12%;
}
.hpAssrtTd{
width: 12%;
}

View File

@ -228,7 +228,7 @@
<tr>
<td class="hpInfoColumn">特務医務室</td>
<td class="instData xSmallTd"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.dcf_prnt_inst_cd or ''}}" class="xSmallTextbox"></td>
<td rowspan="2" class="hpInfoColumn">許可病床数</td>
<td rowspan="2" class="hpInfoColumn captionSickBed">許可病床数</td>
<td class="instData bedTd" rowspan="2">
<table>
<tbody>
@ -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">メンテ年月日</td>
<td class="instData xSmallTd"><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>
</tbody>
</table>