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;
......
...@@ -77,15 +77,15 @@ ...@@ -77,15 +77,15 @@
return this.$u.timeFormat(this.data.updateDatetime, 'mm.dd') return this.$u.timeFormat(this.data.updateDatetime, 'mm.dd')
} }
} }
}, },
methods:{ methods:{
handleClick() { handleClick() {
if(this.data.status == '已确认') { if(this.data.status == '已确认') {
this.$emit('click', this.data.orderId) this.$emit('click', this.data.orderId)
} else { } else {
this.$u.toast('需等系统确认该订单,才可查看订单详情') this.$u.toast('需等系统确认该订单,才可查看订单详情')
} }
} }
} }
} }
</script> </script>
...@@ -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;
...@@ -163,4 +164,4 @@ ...@@ -163,4 +164,4 @@
margin: 0 30rpx; margin: 0 30rpx;
} }
} }
</style> </style>
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