docs: improve style typing (#7928)
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ app.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_ | `right` |
|
||||
| title-style | Title style | _any_ | - |
|
||||
| title-style | Title style | _string \| Array \| object_ | - |
|
||||
| title-class | Title className | _string \| Array \| object_ | - |
|
||||
| value-class | Value className | _string \| Array \| object_ | - |
|
||||
| label-class | Label className | _string \| Array \| object_ | - |
|
||||
|
||||
@@ -154,7 +154,7 @@ app.use(CellGroup);
|
||||
| required | 是否显示表单必填星号 | _boolean_ | `false` |
|
||||
| center | 是否使内容垂直居中 | _boolean_ | `false` |
|
||||
| arrow-direction | 箭头方向,可选值为 `left` `up` `down` | _string_ | `right` |
|
||||
| title-style | 左侧标题额外样式 | _any_ | - |
|
||||
| title-style | 左侧标题额外样式 | _string \| Array \| object_ | - |
|
||||
| title-class | 左侧标题额外类名 | _string \| Array \| object_ | - |
|
||||
| value-class | 右侧内容额外类名 | _string \| Array \| object_ | - |
|
||||
| label-class | 描述信息额外类名 | _string \| Array \| object_ | - |
|
||||
|
||||
Reference in New Issue
Block a user