From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整
---
uniapps/work-wx/src/subPackages/userDetail/password/index.vue | 36 +++++++++++++-----------------------
1 files changed, 13 insertions(+), 23 deletions(-)
diff --git a/uniapps/work-wx/src/subPackages/userDetail/password/index.vue b/uniapps/work-wx/src/subPackages/userDetail/password/index.vue
index 246611c..282c67b 100644
--- a/uniapps/work-wx/src/subPackages/userDetail/password/index.vue
+++ b/uniapps/work-wx/src/subPackages/userDetail/password/index.vue
@@ -11,7 +11,6 @@
<div class="orderRow">
<div class="rowTitle">密码</div>
<input type="password" v-model="passwordForm.password" placeholder="请输入新密码" class="input-item" />
-
</div>
<div class="orderRow">
<div class="rowTitle">确认密码</div>
@@ -34,7 +33,7 @@
</template>
<script setup>
- import userbgSvg from "@/static/images/user/userbg.svg";
+ import userBgPng from "@/static/images/user/user-bg.png";
import {
useUserStore
} from "@/store/index.js";
@@ -255,19 +254,18 @@
align-items: center;
position: relative;
.pageBg {
- position: fixed;
- top: 0;
- left: 0;
+ // position: fixed;
+ // top: 0;
+ // left: 0;
width: 100%;
height: 100%;
- background-image: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/bg.png");
- background-size: 100%;
+ background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png") no-repeat ;
+ background-size: 100%;
}
.detailBox {
position: absolute;
- top: 180rpx;
- // margin-top: 40rpx;
+ top: 30rpx;
width: 702rpx;
min-height: 326rpx;
@@ -293,7 +291,6 @@
font-weight: 400;
font-size: 30rpx;
color: #222324;
- white-space: nowrap;
}
input.input-item {
@@ -310,19 +307,12 @@
color: #222324;
font-family: Source Han Sans CN, Source Han Sans CN;
}
- :deep(.uni-input-placeholder) {
- color: #D5D5D5;
- }
+ :deep(.uni-input-placeholder) {
+ color: #D5D5D5;
+ }
input.input-item::placeholder {
font-size: 30rpx;
}
-
- // .code-container {
- // display: flex;
- // align-items: center;
- // justify-content: flex-end;
- // width: 100%;
- // }
.send-code-btn {
margin-left: 20rpx;
@@ -352,7 +342,7 @@
bottom: 150rpx;
:deep(.u-button){
width: 276rpx !important;
- height: 100rpx !important;
+ height: 76rpx !important;
}
}
@@ -362,10 +352,10 @@
.custom-style {
width: 276rpx;
- height: 100rpx;
+ height: 76rpx;
font-family: "Source Han Sans CN";
font-weight: 400;
- font-size: 36rpx;
+ font-size: 28rpx;
}
}
</style>
--
Gitblit v1.9.3