Commit 6fd88567 by 芋道源码 Committed by Gitee

!371 update src/types/descriptions.d.ts.

Merge pull request !371 from AKING/N/A
parents 2a1e6518 530107eb
......@@ -2,6 +2,7 @@ export interface DescriptionsSchema {
span?: number // 占多少分
field: string // 字段名
label?: string // label名
mappedField?: string // 字段映射
width?: string | number
minWidth?: string | number
align?: 'left' | 'center' | 'right'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment