Commit 714bac2a authored by 高铭波's avatar 高铭波

fix: 修改钱包结算单状态标记换行问题

parent 6723ed0a
...@@ -113,11 +113,12 @@ ...@@ -113,11 +113,12 @@
border: 2rpx solid #FF930D; border: 2rpx solid #FF930D;
font-size: 20rpx; font-size: 20rpx;
color: #FF930D; color: #FF930D;
width: 80rpx; min-width: 80rpx;
height: 40rpx; height: 40rpx;
text-align: center; text-align: center;
padding-top: 4rpx;
margin-right: 10rpx; margin-right: 10rpx;
line-height: 40rpx;
padding: 0 10rpx;
&.settlement-type-y { &.settlement-type-y {
border: 2rpx solid #FF930D; border: 2rpx solid #FF930D;
......
...@@ -130,10 +130,11 @@ ...@@ -130,10 +130,11 @@
border: 2rpx solid #FF930D; border: 2rpx solid #FF930D;
font-size: 20rpx; font-size: 20rpx;
color: #FF930D; color: #FF930D;
width: 80rpx; min-width: 80rpx;
height: 40rpx; height: 40rpx;
text-align: center; text-align: center;
padding-top: 4rpx; line-height: 40rpx;
padding: 0 10rpx;
&.statement-type-y { &.statement-type-y {
border: 2rpx solid #FF930D; border: 2rpx solid #FF930D;
......
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