.StepsFormAloneComponents{ padding: 30px 30px 20px; width: 100%; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; .allStepPages{ height: calc(100% - 110px); margin-top: 30px; .stepBottomPage{ height: 100%; display: flex; flex-direction: column; } } .stepsHandleBtns{ display: flex; justify-content: flex-end; } .pageMainContain{ height: 100%; // 竖排列 &.pageMainContainVertical{ display: flex; .stepsContain{ min-width: 260px; flex-shrink: 0; padding: 30px 0; } .allStepPages{ width: 100%; height: calc(100% - 50px); } } } }