This commit is contained in:
李志鹏
2026-06-01 11:18:35 +08:00
parent ad0f4f65e5
commit bf5c27d857
12 changed files with 54 additions and 22 deletions

View File

@@ -7,13 +7,13 @@
</el-icon>
<span>{{ $t('Login.passwordLengthError', { min: 6, max: 20 }) }}</span>
</div>
<div>
<!-- <div>
<el-icon>
<CloseBold v-if="validateSpecial(value)" />
<Select v-else />
</el-icon>
<span>{{ $t('Login.passwordSpecial') }}</span>
</div>
</div> -->
<div>
<el-icon>
<CloseBold v-if="validateCase(value)" />
@@ -42,7 +42,7 @@
color: #fff;
font-size: 1.1rem;
padding: 1.5rem;
border-radius: 1.5rem;
// border-radius: 1.5rem;
line-height: normal;
> div {