[new feature] SubmitBar: add tip-icon prop (#3249)

This commit is contained in:
Jake
2019-05-04 08:12:06 +08:00
committed by neverland
parent e3cb465dc2
commit c799e07d84
7 changed files with 28 additions and 4 deletions
+10
View File
@@ -17,6 +17,16 @@
background-color: #fff7cc;
}
&__tip-icon {
font-size: 12px;
min-width: 18px;
vertical-align: middle;
}
&__tip-text {
vertical-align: middle;
}
&__bar {
height: 50px;
display: flex;