This commit is contained in:
‘huanghaiixia’
2026-03-11 16:39:17 +08:00
6 changed files with 43 additions and 6 deletions

View File

@ -1,6 +1,7 @@
<template>
<CollapseContainer :title="t('密码修改')" :canExpan="false">
<div class="flex flex-col items-center justify-center py-8 bg-white">
<div class="flex flex-col items-center justify-center py-8 bg-white" style="width: 550px">
<div class="text-center mb-4 text-red-500">* 密码必须8-16位字符包含大写字母小写字母数字和特殊字符中的三种及以上</div>
<BasicForm @register="register" />
<div class="flex justify-center">
<a-button @click="resetFields"> {{ t('重置') }} </a-button>