fix: form dialog props
This commit is contained in:
parent
1aac511b0b
commit
583fdad68b
1 changed files with 4 additions and 3 deletions
|
|
@ -15,8 +15,9 @@ defineProps<{
|
|||
noFooter?: boolean;
|
||||
noAppBox?: boolean;
|
||||
noPaddingTab?: boolean;
|
||||
maxWidth?: number;
|
||||
width?: number;
|
||||
maxWidth?: string;
|
||||
width?: string;
|
||||
height?: string;
|
||||
employee?: boolean;
|
||||
noAddress?: boolean;
|
||||
disabledRule?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue