This commit is contained in:
shidongli 2024-08-08 15:39:52 +08:00
parent 6c66d1470e
commit efea82f675

View File

@ -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 {