@@ -844,14 +844,15 @@ const { noticeList,isShowNotice,currentNoticeList,noticeType,noticeCount,flag1,f
margin-left: -1px;
}
.content-container {
- height: calc(100vh - 90px);
+ //height: calc(100vh - 90px);
background: #f5f7f9;
// position: relative;
overflow-y: auto;
position: absolute;
- padding-top: 22px;
+ //padding-top: 22px;
left: 200px;
top: 68px;
+ bottom: 0;
right: 0;
z-index: 100;
/*修改滚动条样式*/
@@ -879,7 +880,7 @@ const { noticeList,isShowNotice,currentNoticeList,noticeType,noticeCount,flag1,f
overflow: auto;
.content-wrapper {
width: 100%;
- padding: 0 30px 20px;
+ padding: 22px 30px;
box-sizing: border-box;