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