/*element的message组件被我们自己的后台z-index遮盖了*/
.el-message {
    z-index: 10000 !important;
}
.el-form-item{
    margin-bottom: 10px !important;
}
.el-form-item__label{
    padding-bottom: 0px !important;
}
.el-dialog__body{
    padding-top: 10px !important;
}