Commit ccb9bfa2 authored by 刘安琪's avatar 刘安琪

修改form按钮margin

parent f708fac4
......@@ -974,7 +974,7 @@ $--steps-padding: 20px !default;
/// fontSize||Font|1
$--menu-item-font-size: $--font-size-base !default;
/// color||Color|0
$--menu-item-font-color: $--color-text-primary !default;
$--menu-item-font-color: $--color-text-placeholder !default;
/// color||Color|0
$--menu-background-color: $--color-white !default;
$--menu-item-hover-fill: $--color-primary-light-9 !default;
......
......@@ -170,7 +170,6 @@
}
}
.el-form-item__content .el-button{
margin-top:40px;
margin-left:16px;
}
}
......@@ -381,5 +381,4 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-form-item--feedback .el-input__validateIcon {
display: inline-block; }
.el-form-item .el-form-item__content .el-button {
margin-top: 40px;
margin-left: 16px; }
......@@ -9047,7 +9047,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height: 50px;
line-height: 48px;
font-size: 14px;
color: #333333;
color: #CCCCCC;
padding: 0 20px;
list-style: none;
cursor: pointer;
......@@ -9087,7 +9087,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height: 50px;
line-height: 48px;
font-size: 14px;
color: #333333;
color: #CCCCCC;
padding: 0 20px;
list-style: none;
cursor: pointer;
......@@ -32464,7 +32464,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-form-item--feedback .el-input__validateIcon {
display: inline-block; }
.el-form-item .el-form-item__content .el-button {
margin-top: 40px;
margin-left: 16px; }
/* BEM support Func
......@@ -628,7 +628,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height: 50px;
line-height: 48px;
font-size: 14px;
color: #333333;
color: #CCCCCC;
padding: 0 20px;
list-style: none;
cursor: pointer;
......@@ -668,7 +668,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height: 50px;
line-height: 48px;
font-size: 14px;
color: #333333;
color: #CCCCCC;
padding: 0 20px;
list-style: none;
cursor: pointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment