From a2f103ab7336aae63a7bd8eaacf9d92809e37daf Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 23 Dec 2025 16:47:28 +0800
Subject: [PATCH] feat:按钮样式调整

---
 src/subPackages/userDetail/password/index.vue |    8 ++++++--
 src/subPackages/userDetail/infos/index.vue    |    8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/subPackages/userDetail/infos/index.vue b/src/subPackages/userDetail/infos/index.vue
index 39bac58..dcde669 100644
--- a/src/subPackages/userDetail/infos/index.vue
+++ b/src/subPackages/userDetail/infos/index.vue
@@ -292,12 +292,16 @@
 		bottom: 150rpx;
 	}
 
-	.u-button:first-child {
-		margin-right: 30rpx;
+	:deep(.u-button:first-child) {
+		margin-right: 30rpx !important;
 	}
 
 	.custom-style {
 		width: 276rpx;
 		height: 76rpx;
 	}
+	:deep(.u-button.data-v-461e713c){
+		width: 276rpx !important;
+		height: 76rpx !important;
+	}
 </style>
\ No newline at end of file
diff --git a/src/subPackages/userDetail/password/index.vue b/src/subPackages/userDetail/password/index.vue
index 7038a91..997c02b 100644
--- a/src/subPackages/userDetail/password/index.vue
+++ b/src/subPackages/userDetail/password/index.vue
@@ -225,12 +225,16 @@
 		bottom: 150rpx;
 	}
 
-	.u-button:first-child {
-		margin-right: 30rpx;
+	:deep(.u-button:first-child) {
+		margin-right: 30rpx !important;
 	}
 
 	.custom-style {
 		width: 276rpx;
 		height: 76rpx;
 	}
+	:deep(.u-button.data-v-461e713c){
+		width: 276rpx !important;
+		height: 76rpx !important;
+	}
 </style>

--
Gitblit v1.9.3