shish 1 mesiac pred
rodič
commit
d0bebc9ed0
1 zmenil súbory, kde vykonal 8 pridanie a 3 odobranie
  1. 8 3
      hdh5/admin/ghs/pay.vue

+ 8 - 3
hdh5/admin/ghs/pay.vue

@@ -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;