feat(Grid): add icon-size prop (#4656)

This commit is contained in:
neverland
2019-10-07 18:00:45 +08:00
committed by GitHub
parent 307e9d3c7b
commit 39af08170c
6 changed files with 31 additions and 1 deletions
+1
View File
@@ -125,6 +125,7 @@ Vue.use(Grid).use(GridItem);
| center | 是否将格子内容居中显示 | *boolean* | `true` | - |
| square | 是否将格子固定为正方形 | *boolean* | `false` | - |
| clickable | 是否开启格子点击反馈 | *boolean* | `false` | - |
| icon-size | 图标大小,默认单位为`px` | *string \| number* | `28px` | 2.2.6 |
### GridItem Props