修改bug

This commit is contained in:
zhouyanli
2026-05-26 17:44:00 +08:00
parent 1b0e47e79e
commit 102beeb8bb
8 changed files with 25 additions and 20 deletions

View File

@@ -7,6 +7,9 @@
<view class="nav-title">修改密码</view>
</view>
<!-- 密码提示 -->
<view class="pwd-tips">密码为 6-16 需同时包含字母和数字</view>
<!-- 新密码输入框 -->
<view class="input-item">
<uni-easyinput class="input-content" type="password" v-model="newPassword"
@@ -172,6 +175,14 @@ const handleConfirm = () => {
line-height: 88rpx;
}
/* 密码提示 */
.pwd-tips {
font-size: 24rpx;
color: #999;
margin-bottom: 20rpx;
padding-left: 10rpx;
}
/* 确定按钮 */
.confirm-btn {
width: 100%;