Browse Source

fix: 修改bug

sy-water-data-board-ui
panyuyi 10 months ago
parent
commit
a6bb62f7a0
  1. 18
      src/assets/styles/index.scss
  2. 2
      src/layout/components/AppMain.vue

18
src/assets/styles/index.scss

@ -152,15 +152,15 @@ aside {
font-size: 14px; font-size: 14px;
padding-bottom: 24px; padding-bottom: 24px;
overflow: auto; overflow: auto;
.slider-right-body{ // .slider-right-body{
width: 100%; // width: 100%;
height: calc(100% - 74px); // height: calc(100% - 74px);
margin-top: 24px; // margin-top: 24px;
padding: 16px; // padding: 16px;
padding-bottom: 60px; // 预留给分页器的 // padding-bottom: 60px; // 预留给分页器的
background-color: #fff; // background-color: #fff;
overflow: auto; // overflow: auto;
} // }
.table-box{ .table-box{
padding-bottom: 60px !important; padding-bottom: 60px !important;
} }

2
src/layout/components/AppMain.vue

@ -37,7 +37,7 @@ export default {
height: 100%; height: 100%;
width: 100%; width: 100%;
position: relative; position: relative;
overflow: hidden; overflow: auto;
} }
.fixed-header + .app-main { .fixed-header + .app-main {

Loading…
Cancel
Save