From e3e6a984ee20e3a77852442b68ddb1d887e2e769 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 26 Dec 2025 18:05:34 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.3' into prod
---
src/subPackages/userDetail/password/index.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
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