优化细节

This commit is contained in:
icssoa
2025-08-19 18:11:00 +08:00
parent 67a6b2c29f
commit 10e17efb67
18 changed files with 72 additions and 28 deletions

View File

@@ -14,4 +14,5 @@ export type ClFormProps = {
showAsterisk?: boolean;
showMessage?: boolean;
disabled?: boolean;
scrollToError?: boolean;
};