[new feature] Cell: add title-style prop (#3233)

This commit is contained in:
neverland
2019-04-28 20:41:47 +08:00
committed by GitHub
parent 9aca0d0867
commit 0b774ed7c0
6 changed files with 25 additions and 7 deletions
+1
View File
@@ -115,6 +115,7 @@ Vue.use(Cell).use(CellGroup);
| is-link | Whether to show link icon | `Boolean` | `false` |
| required | Whether to show required mark | `Boolean` | `false` |
| arrow-direction | Can be set to `left` `up` `down` | `String` | - |
| title-style | Title style | `any` | - |
| title-class | Title className | `any` | - |
| value-class | Value className | `any` | - |
| label-class | Label className | `any` | - |