----修改默认主题样式
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user