From 648904d076ae6e17892b40675598b1c8dc474277 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 24 Apr 2026 16:21:12 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.3' into feature/v9.0/9.0.4
---
src/subPackages/userDetail/password/index.vue | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/subPackages/userDetail/password/index.vue b/src/subPackages/userDetail/password/index.vue
index d8b2c52..387d854 100644
--- a/src/subPackages/userDetail/password/index.vue
+++ b/src/subPackages/userDetail/password/index.vue
@@ -210,9 +210,10 @@
color: #222324;
font-family: Source Han Sans CN, Source Han Sans CN;
}
-
+ :deep(.uni-input-placeholder) {
+ color: #D5D5D5;
+ }
input.input-item::placeholder {
- color: #c9c9c9;
font-size: 30rpx;
}
}
@@ -224,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;
}
-</style>
\ No newline at end of file
+ :deep(.u-button){
+ width: 276rpx !important;
+ height: 76rpx !important;
+ }
+</style>
--
Gitblit v1.9.3