|
|
@ -3,27 +3,13 @@ |
|
|
<el-card> |
|
|
<el-card> |
|
|
<div class="publiccss">体检报告</div> |
|
|
<div class="publiccss">体检报告</div> |
|
|
<div style="display: flex; margin-top: 20px"> |
|
|
<div style="display: flex; margin-top: 20px"> |
|
|
<div |
|
|
|
|
|
:style=" |
|
|
|
|
|
'display: block; width:' + (window.pageWidth - 120 - 70) + 'px;' |
|
|
|
|
|
" |
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
<div :style="'display: block; width:' + (window.pageWidth - 120 - 80) + 'px;'"> |
|
|
<PatientRegisterQueryNobtn orgEnable="Y" /> |
|
|
<PatientRegisterQueryNobtn orgEnable="Y" /> |
|
|
<div style="display: flex"> |
|
|
<div style="display: flex"> |
|
|
<div |
|
|
|
|
|
:style=" |
|
|
|
|
|
'width:' + ((window.pageWidth - 120 - 70) * 3) / 4 + 'px;' |
|
|
|
|
|
" |
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
<div :style="'width:' + Math.floor((window.pageWidth - 120 - 80) * 3 / 4) + 'px;'"> |
|
|
<PatientRegisterListNobtn /> |
|
|
<PatientRegisterListNobtn /> |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
|
|
|
:style=" |
|
|
|
|
|
'margin-left: 2px;width:' + |
|
|
|
|
|
(window.pageWidth - 120 - 70 - 8) / 4 + |
|
|
|
|
|
'px;' |
|
|
|
|
|
" |
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
<div :style="'margin-left: 2px;width:' + Math.floor((window.pageWidth - 120 - 80 - 8) / 4) + 'px;'"> |
|
|
<RegisterCheckStatus /> |
|
|
<RegisterCheckStatus /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|