'admin-22.07.11:el-form表单最后一行样式,移动端lable左对齐'

This commit is contained in:
lyt 2022-07-11 21:02:36 +08:00
parent b88fe3957f
commit f56cae3719
2 changed files with 2 additions and 8 deletions

View File

@ -27,14 +27,6 @@
max-height: 280px !important; max-height: 280px !important;
} }
/* Form 表单
------------------------------- */
.el-form {
.el-form-item:last-of-type {
margin-bottom: 0 !important;
}
}
/* Alert 警告 /* Alert 警告
------------------------------- */ ------------------------------- */
.el-alert { .el-alert {

View File

@ -6,6 +6,8 @@
.el-form-item__label { .el-form-item__label {
width: 100% !important; width: 100% !important;
text-align: left !important; text-align: left !important;
// 移动端 label 右对齐问题
justify-content: flex-start !important;
} }
.el-form-item__content { .el-form-item__content {
margin-left: 0 !important; margin-left: 0 !important;