From 922be295d3d1c602e371c60a2b79f977d710e895 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 23 Oct 2025 11:41:15 +0800
Subject: [PATCH] feat:我的页面

---
 src/subPackages/userDetail/password/index.vue |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/src/subPackages/userDetail/password/index.vue b/src/subPackages/userDetail/password/index.vue
index 0dc6d3b..4c17598 100644
--- a/src/subPackages/userDetail/password/index.vue
+++ b/src/subPackages/userDetail/password/index.vue
@@ -20,8 +20,8 @@
 			</div>
 		</view>
 		<view class="btngroup">
-			<u-button color="#AEAEAE" round @click="reset">重置</u-button>
-			<u-button color="#1D6FE9" round @click="submit">提交</u-button>
+			<u-button color="#AEAEAE" class="custom-style" shape="circle" @click="reset">重置</u-button>
+			<u-button color="#1D6FE9" class="custom-style" shape="circle" @click="submit">提交</u-button>
 		</view>
 	</view>
 </template>
@@ -91,7 +91,7 @@
 	.container {
 
 		width: 100%;
-		// min-height: 100vh;
+	
 		height: 100%;
 		display: flex;
 		flex-direction: column;
@@ -101,11 +101,12 @@
 		background-size: cover;
 
 		background-attachment: fixed;
-		padding-top: 20px;
+		
 
 	}
 
 	.detailBox {
+		margin-top: 20px;
 		width: 351px;
 
 		min-height: 163px;
@@ -151,4 +152,12 @@
 		display: flex;
 		margin-top: 120px;
 	}
+	.u-button:first-child{
+		margin-right: 15px;
+	}
+	
+	.custom-style {
+		width: 138px;
+		height: 38px;
+	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3