feat: add control minimum width option

This commit is contained in:
Hufe921
2023-09-03 17:54:35 +08:00
committed by Hufe
parent 0def5e22f1
commit 4b2bbfbe9a
11 changed files with 79 additions and 8 deletions
+2
View File
@@ -77,6 +77,8 @@ interface IElement {
conceptId?: string;
prefix?: string;
postfix?: string;
minWidth?: number;
underline?: boolean;
code: string | null;
min?: number;
max?: number;