@@ -558,13 +558,18 @@ export default {
}
.customer-status {
- display: inline-block;
+ display: flex;
+ align-items: center;
+ justify-content: center;
font-size: 24upx;
color: #999;
- padding: 4upx 12upx;
- border-radius: 20upx;
+ padding: 0 24upx;
+ height: 60upx;
+ line-height: 60upx;
+ border-radius: 36upx;
background: #f8f9fa;
border: 1upx solid #e9ecef;
+ box-sizing: border-box;
&.has-debt {
color: #fff;