'admin-22.07.11:el-form表单最后一行样式,移动端lable左对齐'
This commit is contained in:
parent
b88fe3957f
commit
f56cae3719
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user