docs: refine format and wording

This commit is contained in:
GU Yiling 2021-11-11 11:11:18 +08:00
parent 0b7c8fd460
commit 8122033db2
3 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@
[[ demo src="/demo/accordion/multiple.vue" ]] [[ demo src="/demo/accordion/multiple.vue" ]]
### 展开图标位置 ### 展开图标位置
可使用 [`toggle-position`](#props-toggle-position) 属性来设置展开图标的位置。 可使用 [`toggle-position`](#props-toggle-position) 属性来设置展开图标的位置。
@ -43,7 +43,7 @@
| ``toggle-position`` | `string` | `'start'` | [^toggle-position] | | ``toggle-position`` | `string` | `'start'` | [^toggle-position] |
^^^ui ^^^ui
预设样式。为空格分隔的一组枚举值的组合。其中 `simple`/`basic`/`strong` 只能选择一个,不设置则为默认的普通样式。`bordered`/`borderless`只能选择一个。 预设样式。为空格分隔的一组枚举值的组合。其中 `simple` / `basic` / `strong` 只能选择一个,不设置则为默认的普通样式。`bordered` / `borderless` 只能选择一个。
+++枚举值 +++枚举值
@ -54,7 +54,7 @@
| `strong` | 白底样式。 | | `strong` | 白底样式。 |
| `bordered` | 有外边框。 | | `bordered` | 有外边框。 |
| `borderless` | 无外边框。 | | `borderless` | 无外边框。 |
| `dull` | 标题区域是否响应鼠标交互。 | | `dull` | 标题区域是否响应鼠标交互改变样式。 |
| `s` | 小尺寸样式。 | | `s` | 小尺寸样式。 |
| `m` | 中尺寸样式。 | | `m` | 中尺寸样式。 |
+++ +++
@ -74,7 +74,7 @@
+++枚举值 +++枚举值
| 值 | 描述 | | 值 | 描述 |
| -- | -- | | -- | -- |
| `start` | 展开图标位于开始位置, 为默认位置。 | | `start` | 展开图标位于开始位置,为默认位置。 |
| `end` | 展开图标位于结束位置。 | | `end` | 展开图标位于结束位置。 |
| `none` | 无展开图标。 | | `none` | 无展开图标。 |
+++ +++

View File

@ -38,7 +38,7 @@
| ``toggle-position`` | `string` | `'start'` | [^toggle-position] | | ``toggle-position`` | `string` | `'start'` | [^toggle-position] |
^^^ui ^^^ui
预设样式。为空格分隔的一组枚举值的组合。其中 `simple`/`basic`/`strong` 只能选择一个,不设置则为默认的普通样式。`bordered`/`borderless`只能选择一个。 预设样式。为空格分隔的一组枚举值的组合。其中 `simple` / `basic` / `strong` 只能选择一个,不设置则为默认的普通样式。`bordered` / `borderless` 只能选择一个。
+++枚举值 +++枚举值
@ -49,7 +49,7 @@
| `strong` | 白底样式。 | | `strong` | 白底样式。 |
| `bordered` | 有外边框。 | | `bordered` | 有外边框。 |
| `borderless` | 无外边框。 | | `borderless` | 无外边框。 |
| `dull` | 标题区域是否响应鼠标交互。 | | `dull` | 标题区域是否响应鼠标交互改变样式。 |
| `s` | 小尺寸样式。 | | `s` | 小尺寸样式。 |
| `m` | 中尺寸样式。 | | `m` | 中尺寸样式。 |
+++ +++
@ -69,7 +69,7 @@
+++枚举值 +++枚举值
| 值 | 描述 | | 值 | 描述 |
| -- | -- | | -- | -- |
| `start` | 展开图标位于开始位置, 为默认位置。 | | `start` | 展开图标位于开始位置,为默认位置。 |
| `end` | 展开图标位于结束位置。 | | `end` | 展开图标位于结束位置。 |
| `none` | 无展开图标。 | | `none` | 无展开图标。 |
+++ +++

View File

@ -24,7 +24,7 @@
使用 [`title`](#props-title) 属性或[`title`](#slots-title) 插槽来指定气泡的标题。 使用 [`title`](#props-title) 属性或[`title`](#slots-title) 插槽来指定气泡的标题。
使用 [`foot`](#props-foot) 属性开启底部操作区,使用 [`ok-label`](#props-ok-label)属性 和 [`cancel-label`](#props-cancel-label)属性来设置气泡的按钮内容。使用[`foot`](#slots-foot) 插槽来自定义底部操作区。 使用 [`foot`](#props-foot) 属性开启底部操作区,使用 [`ok-label`](#props-ok-label) 属性和 [`cancel-label`](#props-cancel-label) 属性来设置气泡的按钮内容。使用 [`foot`](#slots-foot) 插槽来自定义底部操作区。
[[ demo src="/demo/popover/foot.vue" ]] [[ demo src="/demo/popover/foot.vue" ]]