[bugfix] SubmitBar: tip color

This commit is contained in:
陈嘉涵 2018-10-11 20:55:49 +08:00
parent 43bf3a014a
commit 273335fb26

View File

@ -10,10 +10,10 @@
&__tip {
padding: 10px;
background-color: #fff7cc;
color: @orange;
color: #f56723;
font-size: 12px;
line-height: 18px;
background-color: #fff7cc;
}
&__bar {