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