Commit 3b111b21 by xuzhenghua

bug

parent ebb03714
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
.order-title { .order-title {
font-size: 16px; font-size: 16px;
color: $color_333; color: $color_333;
height: 16px; height: 18px;
line-height: 16px; line-height: 18px;
} }
.order-content { .order-content {
......
...@@ -108,8 +108,8 @@ ...@@ -108,8 +108,8 @@
justify-content: space-around; justify-content: space-around;
.order-title { .order-title {
height: 16px; height: 18px;
line-height: 16px; line-height: 18x;
color: $color_333; color: $color_333;
font-size: $font_16; font-size: $font_16;
} }
......
...@@ -25,7 +25,7 @@ class PasswordInput extends PureComponent { ...@@ -25,7 +25,7 @@ class PasswordInput extends PureComponent {
placeholder={placeholder} placeholder={placeholder}
{...rest} {...rest}
> >
<i className={classnames('iconfont', [this.state.showPassword ? 'iconpwd-hidden' : 'iconyanjing'])} <i className={classnames('iconfont', [this.state.showPassword ? 'iconyanjing' : 'iconpwd-hidden'])}
onClick={this.togglePasswordVisibility}/> onClick={this.togglePasswordVisibility}/>
</Input> </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