.mpickup-view-layout { height: 100%; background-color: transparent; box-shadow: none; overflow: auto; display: flex; flex-direction: column; >.view-content { margin: 16px 0; flex: auto; height: calc(100% - 72px); overflow: scroll; background: var(--app-color-white); border: 1px solid var(--app-color-gray-200); } >.view-footer { flex: auto; height: 40px; >.ivu-row{ display: flex; justify-content: end; } } }