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