style: メンテ年月日のipadでの表示崩れを修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-09-05 11:00:40 +09:00
parent ffbdc91d7f
commit d548742f4c
2 changed files with 9 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}
body {
margin: 8px;
margin: 8px;
background-color: LightCyan;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, " Pゴシック", "MS PGothic", sans-serif;
}
@ -280,15 +280,15 @@ table{
}
.doctorSearchBt{
min-width: 180px;
min-width: 180px;
}
.doctorInfoBt{
min-width: 105px;
min-width: 105px;
}
.instSearchBt{
min-width: 180px;
min-width: 180px;
}
.instHeaderTable{
@ -366,6 +366,10 @@ table{
width: 14%;
}
.menteDateTextbox{
width: 85%;
}
.hpAssrtTd{
width: 12%;
}

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="repreTextbox"></td>
<td class="instData menteDate"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.prmit_bed_maint_ymd or ''}}" class="menteDateText"></td>
</tr>
</tbody>
</table>