修改
This commit is contained in:
parent
6c66d1470e
commit
efea82f675
@ -102,7 +102,7 @@
|
|||||||
</div> -->
|
</div> -->
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<!-- 出院记录 -->
|
<!-- 出院记录 -->
|
||||||
<div style="width: 22%; overflow: auto">
|
<div style="overflow: auto;width: 26%;">
|
||||||
<el-tabs v-model="activeName" @tab-click="handleClick">
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
||||||
<el-tab-pane label="入院记录" name="first">
|
<el-tab-pane label="入院记录" name="first">
|
||||||
<div v-html="list.inHospitalInfo"></div>
|
<div v-html="list.inHospitalInfo"></div>
|
||||||
@ -835,12 +835,11 @@ export default {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.right {
|
.right {
|
||||||
width: 70%;
|
width: 100%;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
.handle {
|
.handle {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 50px;
|
// margin-right: 50px;
|
||||||
// position: absolute;
|
|
||||||
|
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
::v-deep .el-textarea__inner {
|
::v-deep .el-textarea__inner {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user