.base-layout { width: 100%; max-height: 100vh; } .base-layout .layout-box { height: 100vh; } .base-layout .layout-box .content-layout-box { height: 100vh; } .base-layout .layout-box .content-layout-box .content-box-all { height: calc(100vh - 44px); } .base-layout .layout-box .content-layout-box .content-box-all .content-box { height: calc(100vh - 76px); } .base-layout .layout-box .content-layout-box .content-box-all .content-box .content { height: calc(100vh - 110px); overflow: scroll; } .base-layout .layout-box .content-layout-box .content-box-all .content-box .content .content-in { margin: 0 16px 0 16px; padding: 16px; box-sizing: border-box; background: #fff; min-height: 100%; }