#stepsForm { width: 100%; height: 100%; display: flex; flex-direction: column; ::v-deep .el-steps { padding-bottom: 15px; .el-step__main { .el-step__title { line-height: 24px; font-size: 14px; } } } .page1 { flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .page2 { flex: 1; overflow: hidden; position: relative; ::v-deep & >.el-dialog { width: 100%; height: 100%; & >.el-dialog__header { padding: 0 !important; } & > .el-dialog__body { padding-top: 0; } } } .page3 { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding-bottom: 54px; overflow: hidden; overflow-y: auto; ::v-deep .el-form { flex: 1; display: flex; flex-direction: column; .el-row { flex: 1; flex-wrap: wrap; overflow: hidden; overflow-y: auto; } .formTable-box { flex: 1; overflow: hidden; overflow-y: auto; .el-form-item__content { width: 100%; height: 100%; display: flex; flex-direction: column; margin: 0 !important; } } } ::v-deep .formButton { position: absolute; bottom: 0; right: 0; z-index: 3; } } }