chore(SubmitBar): extract render function

This commit is contained in:
chenjiahan
2020-09-06 23:06:20 +08:00
parent a5ac887477
commit c655c96026
4 changed files with 71 additions and 65 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
}
&__suffix-label {
margin-left: 5px;
margin-left: @padding-base;
font-weight: @font-weight-bold;
}
@@ -59,7 +59,7 @@
font-weight: @font-weight-bold;
font-size: @font-size-sm;
&--integer {
&-integer {
font-size: @submit-bar-price-integer-font-size;
font-family: @submit-bar-price-font-family;
}