样式调整

This commit is contained in:
zhujiyan
2024-09-02 16:10:33 +08:00
parent ed0a7efd51
commit dc7a9e7bd2
7 changed files with 376 additions and 337 deletions

View File

@@ -211,9 +211,9 @@ const submitForm = async (formEl: FormInstance | undefined) => {
}
const resetForm = (formEl: FormInstance | undefined) => {
close()
if (!formEl) return
formEl.resetFields()
close
}
const options = Array.from({ length: 10000 }).map((_, idx) => ({