修改滚动条
This commit is contained in:
parent
5db895aa37
commit
76d61233c9
@ -346,6 +346,10 @@ export default {
|
|||||||
.el-empty {
|
.el-empty {
|
||||||
padding: 220px 0
|
padding: 220px 0
|
||||||
}
|
}
|
||||||
|
::v-deep .app-container{
|
||||||
|
padding: 0px !important;
|
||||||
|
|
||||||
|
}
|
||||||
::v-deep.el-timeline-item {
|
::v-deep.el-timeline-item {
|
||||||
padding: 0 25px 0 12px;
|
padding: 0 25px 0 12px;
|
||||||
}
|
}
|
||||||
@ -424,6 +428,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: calc(100vh - 84px);
|
height: calc(100vh - 84px);
|
||||||
|
padding: 0px;
|
||||||
|
|
||||||
.rightheader {
|
.rightheader {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
@ -498,7 +503,7 @@ export default {
|
|||||||
.leftheader {
|
.leftheader {
|
||||||
height: calc(100vh - 230px);
|
height: calc(100vh - 230px);
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
width: 24%;
|
width: 25%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
// 隐藏表头的滚动条
|
// 隐藏表头的滚动条
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
|
|||||||
@ -14,9 +14,9 @@
|
|||||||
<!-- <el-tag class="type" size="mini" type="success">门诊</el-tag> -->
|
<!-- <el-tag class="type" size="mini" type="success">门诊</el-tag> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="rightheader" v-if="categorylist.length > 0">
|
<div class="rightheader" v-if="categorylist.length > 0" :style="!fold ? 'height:calc(100vh - 231px)':'height:calc(100vh - 343px)'">
|
||||||
<!-- 248px -->
|
<!-- 248px -->
|
||||||
<div class="richtext" :style="!fold ? 'height:calc(100vh - 254px)':'height:calc(100vh - 365px)'">
|
<div class="richtext" >
|
||||||
<el-descriptions title="基本信息" style="margin-top: 20px">
|
<el-descriptions title="基本信息" style="margin-top: 20px">
|
||||||
<el-descriptions-item label="医院">{{
|
<el-descriptions-item label="医院">{{
|
||||||
ByRecord.hospitalAgencyName
|
ByRecord.hospitalAgencyName
|
||||||
@ -219,11 +219,13 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rightheader {
|
.rightheader {
|
||||||
// height: calc(100vh - 352px);
|
height: calc(100vh - 231px);
|
||||||
width: 75%;
|
width: 75%;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
// overflow-y: auto;
|
overflow-y: auto;
|
||||||
/* overflow-y: auto; */
|
overflow-x: hidden !important;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
|
||||||
border-left: 3px solid #dfe4ed;
|
border-left: 3px solid #dfe4ed;
|
||||||
|
|
||||||
.richtext {
|
.richtext {
|
||||||
@ -231,9 +233,9 @@ export default {
|
|||||||
width: 94%;
|
width: 94%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
// height: 450px;
|
// height: 450px;
|
||||||
overflow: auto;
|
// overflow: auto;
|
||||||
// 隐藏表头的滚动条
|
// 隐藏表头的滚动条
|
||||||
overflow-x: hidden !important;
|
// overflow-x: hidden !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -283,4 +285,4 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -146,7 +146,7 @@ export default {
|
|||||||
height: calc(100vh - 262px) !important;
|
height: calc(100vh - 262px) !important;
|
||||||
}
|
}
|
||||||
.rightheader {
|
.rightheader {
|
||||||
height: calc(100vh - 84px) !important;
|
height: calc(100vh - 231px) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -274,7 +274,8 @@ export default {
|
|||||||
width: 99%;
|
width: 99%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
padding: 10px 20px;
|
padding: 10px 0px 10px 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.topheaderup {
|
.topheaderup {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user