From aac577974199b2c340aea642e3e378805644546c Mon Sep 17 00:00:00 2001 From: jiangpeng <1649773715@qq.com> Date: Fri, 12 Jun 2026 17:42:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ResetPassword/index.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/ResetPassword/index.vue b/src/views/ResetPassword/index.vue index 7481bc1..25605e4 100644 --- a/src/views/ResetPassword/index.vue +++ b/src/views/ResetPassword/index.vue @@ -3,7 +3,6 @@

修改密码

-

密码长度8-20位,需包含大小写字母、数字、特殊字符

@@ -36,7 +35,13 @@ :rules="confirmPasswordRules" class="reset-input" /> + +
+ 密码长度8-20位,以下规则中至少满足 3 种:大写字母、小写字母、数字、特殊字符 +
+ + { font-size: 13px; color: #ee0a24; line-height: 20px; - margin: 0; + margin: 0 32px 12px; + text-align: left; } .reset-form {