Browse Source

[stdf]Update Grids compoent, demo and documents.

dufu1991 1 year ago
parent
commit
0ab2ac8396
1 changed files with 4 additions and 4 deletions
  1. 4 4
      doc/components/grids/api.md

+ 4 - 4
doc/components/grids/api.md

@@ -15,10 +15,10 @@
 
 ## Grid Props
 
-| 名称 | 类型                                                            | 默认值 | 可选值 | 必传             | 说明 |
-| ---- | --------------------------------------------------------------- | ------ | ------ | ---------------- | ---- |
-| col  | `'1'\|'2'\|'3'\|'4'\|'5'\|'6'\|'7'\|'8'\|'9'\|'10'\|'11'\|'12'` | `'1'`  | N      | 单元格所占列数。 |
-| row  | `'1'\|'2'\|'3'\|'4'\|'5'\|'6'`                                  | `'1'`  | N      | 单元格所占行数。 |
+| 名称 | 类型                                                            | 默认值 | 必传 | 说明             |
+| ---- | --------------------------------------------------------------- | ------ | ---- | ---------------- |
+| col  | `'1'\|'2'\|'3'\|'4'\|'5'\|'6'\|'7'\|'8'\|'9'\|'10'\|'11'\|'12'` | `'1'`  | N    | 单元格所占列数。 |
+| row  | `'1'\|'2'\|'3'\|'4'\|'5'\|'6'`                                  | `'1'`  | N    | 单元格所占行数。 |
 
 ## Grid Snippets