[new feature] SubmitBar: add suffix-label prop

This commit is contained in:
陈嘉涵
2019-05-10 11:37:22 +08:00
parent 19efe4b316
commit 0f68edb8fd
7 changed files with 100 additions and 25 deletions
+5
View File
@@ -30,6 +30,7 @@
&__bar {
display: flex;
align-items: center;
justify-content: flex-end;
height: 50px;
font-size: 14px;
}
@@ -46,6 +47,10 @@
}
}
&__suffix-label {
margin-left: 5px;
}
&__price {
color: @red;
font-size: 18px;