shish há 1 ano atrás
pai
commit
9bc61d34ad
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      hdh5/admin/ghs/pay.vue

+ 4 - 2
hdh5/admin/ghs/pay.vue

@@ -431,7 +431,7 @@ export default {
 .nav-bar {
 	display: flex;
 	align-items: center;
-	justify-content: space-between; /* Added for back button and placeholder */
+	justify-content: center; /* Changed to center the title */
 	padding: 20rpx 30rpx;
 	background: rgba(255, 255, 255, 0.1);
 	backdrop-filter: blur(10px);
@@ -567,13 +567,15 @@ export default {
 		
 		.customer-details {
 			flex: 1;
+			display: flex;
+			align-items: center;
+			justify-content: space-between;
 			
 			.customer-name {
 				display: block;
 				font-size: 34rpx;
 				font-weight: 600;
 				color: #333;
-				margin-bottom: 6rpx;
 			}
 			
 			.customer-status {