diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index b3a2a00..9ed44fb 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -152,15 +152,15 @@ aside { font-size: 14px; padding-bottom: 24px; overflow: auto; - .slider-right-body{ - width: 100%; - height: calc(100% - 74px); - margin-top: 24px; - padding: 16px; - padding-bottom: 60px; // 预留给分页器的 - background-color: #fff; - overflow: auto; - } + // .slider-right-body{ + // width: 100%; + // height: calc(100% - 74px); + // margin-top: 24px; + // padding: 16px; + // padding-bottom: 60px; // 预留给分页器的 + // background-color: #fff; + // overflow: auto; + // } .table-box{ padding-bottom: 60px !important; } diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index b381ec9..a3e41f9 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -37,7 +37,7 @@ export default { height: 100%; width: 100%; position: relative; - overflow: hidden; + overflow: auto; } .fixed-header + .app-main {