From aff94579d33c07675ab160652b6d8ce49ed2e154 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 24 一月 2025 15:56:46 +0800
Subject: [PATCH] fix:更改请求地址

---
 pages/customer-page/customer-index/customer-index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index fcea9c4..356b6d2 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -272,7 +272,7 @@
 		},
 		onShow() {
 			this.init();
-			
+
 		},
 		methods: {
 			init() {
@@ -592,7 +592,6 @@
 
 				.collection-form-item {
 					width: 690rpx;
-					height: 300rpx;
 					background: #ffffff;
 					box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15);
 					border-radius: 20rpx;
@@ -710,6 +709,7 @@
 						position: relative;
 						bottom: vww(10);
 						left: 25%;
+            margin-top: 16rpx;
 
 						.receive,
 						.forward {
@@ -788,4 +788,4 @@
 			}
 		}
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1