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
@@ -107,6 +107,7 @@ Vue.use(Grid).use(GridItem);
| center | Whether to center content | *boolean* | `true` | - |
| square | Whether to be square shape | *boolean* | `false` | - |
| clickable | Whether to show click feedback when clicked | *boolean* | `false` | - |
| icon-size | Icon size | *string \| number* | `28px` | 2.2.6 |
### GridItem Props