----修改默认主题样式

This commit is contained in:
2026-03-10 18:48:25 +08:00
parent c67cd946f8
commit 0c9cf301d0
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>