docs: fix arrow-direction default value

This commit is contained in:
陈嘉涵
2020-01-23 10:36:43 +08:00
parent 24ec818121
commit e04fb6cd7b
18 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ Vue.use(CellGroup);
| clickable | Whether to show click feedback when clicked | *boolean* | `false` |
| 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* | - |
| arrow-direction | Can be set to `left` `up` `down` | *string* | `right` |
| title-style | Title style | *any* | - |
| title-class | Title className | *any* | - |
| value-class | Value className | *any* | - |
+2 -2
View File
@@ -125,7 +125,7 @@ Vue.use(CellGroup);
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| icon | 左侧[图标名称](#/zh-CN/icon)或图片链接 | *string* | - |
| icon | 左侧 [图标名称](#/zh-CN/icon) 或图片链接 | *string* | - |
| title | 左侧标题 | *string \| number* | - |
| value | 右侧内容 | *string \| number* | - |
| label | 标题下方的描述信息 | *string* | - |
@@ -138,7 +138,7 @@ Vue.use(CellGroup);
| is-link | 是否展示右侧箭头并开启点击反馈 | *boolean* | `false` |
| required | 是否显示表单必填星号 | *boolean* | `false` |
| center | 是否使内容垂直居中 | *boolean* | `false` |
| arrow-direction | 箭头方向,可选值为 `left` `up` `down` | *string* | - |
| arrow-direction | 箭头方向,可选值为 `left` `up` `down` | *string* | `right` |
| title-style | 左侧标题额外样式 | *any* | - |
| title-class | 左侧标题额外类名 | *any* | - |
| value-class | 右侧内容额外类名 | *any* | - |