Commit 3b111b21 by xuzhenghua

bug

parent ebb03714
......@@ -42,8 +42,8 @@
.order-title {
font-size: 16px;
color: $color_333;
height: 16px;
line-height: 16px;
height: 18px;
line-height: 18px;
}
.order-content {
......
......@@ -49,7 +49,7 @@
color: $color_333;
line-height: 20px;
flex: 1 1 auto;
.name {
margin-bottom: 10px;
}
......@@ -108,8 +108,8 @@
justify-content: space-around;
.order-title {
height: 16px;
line-height: 16px;
height: 18px;
line-height: 18x;
color: $color_333;
font-size: $font_16;
}
......@@ -218,7 +218,7 @@
.order-balanceprice {
color: $color_666;
font-size: $font_12;
.order-money {
color: #ff2121;
font-size: $font_12 !important;
......
......@@ -25,7 +25,7 @@ class PasswordInput extends PureComponent {
placeholder={placeholder}
{...rest}
>
<i className={classnames('iconfont', [this.state.showPassword ? 'iconpwd-hidden' : 'iconyanjing'])}
<i className={classnames('iconfont', [this.state.showPassword ? 'iconyanjing' : 'iconpwd-hidden'])}
onClick={this.togglePasswordVisibility}/>
</Input>
);
......
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