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 {
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
color: $color_333; color: $color_333;
line-height: 20px; line-height: 20px;
flex: 1 1 auto; flex: 1 1 auto;
.name { .name {
margin-bottom: 10px; margin-bottom: 10px;
} }
...@@ -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;
} }
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
.order-balanceprice { .order-balanceprice {
color: $color_666; color: $color_666;
font-size: $font_12; font-size: $font_12;
.order-money { .order-money {
color: #ff2121; color: #ff2121;
font-size: $font_12 !important; font-size: $font_12 !important;
......
...@@ -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