fix: 资产信息ui
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 24m28s

This commit is contained in:
luo
2026-08-21 16:56:34 +08:00
parent 4d023e7666
commit d8191f03a0
16 changed files with 661 additions and 135 deletions

View File

@@ -59,7 +59,7 @@ export const strongPasswordRules = (t: (key: string) => string): FormItemRule[]
trigger: 'blur'
},
{
validator: (rule: any, value: any, callback: any) => {
validator: (_rule: any, value: any, callback: any) => {
if (!value) {
callback()
return
@@ -93,7 +93,7 @@ export const confirmPasswordRules = (
trigger: 'blur'
},
{
validator: (rule: any, value: any, callback: any) => {
validator: (_rule: any, value: any, callback: any) => {
if (!value) {
callback()
return