|
|
|
@ -5,9 +5,9 @@ |
|
|
|
<div class="contenttitle"> |
|
|
|
体检 /<span class="contenttitleBold">检查医生诊台</span> |
|
|
|
</div> |
|
|
|
<div style="position: absolute;margin-right:115px; top:50px;right:10px;z-index: 2;"> |
|
|
|
<div style="position: absolute;margin-right:110px; top:50px;right:10px;z-index: 2;"> |
|
|
|
<el-image |
|
|
|
style="width: 112px; height: 120px;" |
|
|
|
style="width: 100px; height: 105px;" |
|
|
|
:src="peoplePhoto" |
|
|
|
> |
|
|
|
<div slot="placeholder" class="image-slot"> |
|
|
|
@ -17,23 +17,13 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style="display: flex;"> |
|
|
|
<div :style="`width:${window.pageWidth - 120}px;`"> |
|
|
|
<div :style="`width:${window.pageWidth - 100}px;`"> |
|
|
|
<div style="display: flex;justify-content:space-between;z-index:-1;" > |
|
|
|
<div> |
|
|
|
<PatientRegisterBase /> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<el-image |
|
|
|
:style="'margin-top:-80px; width: 120px; height: 130px;z-index:-1;'" |
|
|
|
:src="peoplePhoto" |
|
|
|
> |
|
|
|
<div slot="placeholder" class="image-slot"> |
|
|
|
加载中<span class="dot">...</span> |
|
|
|
</div> |
|
|
|
</el-image> |
|
|
|
<div style="width: 95px;"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: flex;"> |
|
|
|
<el-tabs v-model="activeName" tab-position="bottom" style="width: 200px;"> |
|
|
|
<el-tab-pane label="组合项目" name="asbitem"> |
|
|
|
|