


.el-form {
    max-width: 700px;
    margin: 0 auto;
}

.el-form .el-form-item__content {
    display: flex;
}

.el-form .el-select {
    width: 100%;
}