feat: Add Descriptions component and add Descriptions demo
This commit is contained in:
11
types/componentType/descriptions.d.ts
vendored
Normal file
11
types/componentType/descriptions.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare interface DescriptionsSchema {
|
||||
span?: number // 占多少分
|
||||
field: string // 字段名
|
||||
label?: string // label名
|
||||
width?: string | number
|
||||
minWidth?: string | number
|
||||
align?: 'left' | 'center' | 'right'
|
||||
labelAlign?: 'left' | 'center' | 'right'
|
||||
className?: string
|
||||
labelClassName?: string
|
||||
}
|
||||
Reference in New Issue
Block a user