Skip to content

Commit 6b07aff

Browse files
committed
docs: 文档
1 parent 8c2dae4 commit 6b07aff

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/packages/popover/doc.en-US.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,4 @@ The component provides the following CSS variables, which can be used to customi
165165
| \--nutui-popover-divider-color | The bottom border color of the options area | `$color-border` |
166166
| \--nutui-popover-disable-color | Option Disabled Colors | `$color-text-disabled` |
167167
| \--nutui-popover-menu-item-padding | The padding value of each item in the option area menu | `8px` |
168+
| \--nutui-popover-menu-item-width | The width value of each item in the options | `160px` |

src/packages/popover/doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,4 @@ PopoverList 属性是一个由对象构成的数组,数组中的每个对象
167167
| \--nutui-popover-divider-color | 选项区的底部 border 颜色 | `$color-border` |
168168
| \--nutui-popover-disable-color | 选项禁用的颜色 | `$color-text-disabled` |
169169
| \--nutui-popover-menu-item-padding | 选项区菜单每一项的 padding 值 | `8px` |
170+
| \--nutui-popover-menu-item-width | 选项区菜单每一项宽度值,超过宽度值后,会折行展示,保障信息的完整性 | `160px` |

src/packages/popover/doc.taro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ PopoverList 属性是一个由对象构成的数组,数组中的每个对象
158158
| \--nutui-popover-divider-color | 选项区的底部 border 颜色 | `$color-border` |
159159
| \--nutui-popover-disable-color | 选项禁用的颜色 | `$color-text-disabled` |
160160
| \--nutui-popover-menu-item-padding | 选项区菜单每一项的 padding 值 | `8px` |
161+
| \--nutui-popover-menu-item-width | 选项区菜单每一项宽度值,超过宽度值后,会折行展示,保障信息的完整性 | `160px` |

src/packages/popover/doc.zh-TW.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,4 @@ PopoverList 屬性是一個由對象構成的數組,數組中的每個對象
167167
| \--nutui-popover-divider-color | 選項區的底部 border 顏色 | `$color-border` |
168168
| \--nutui-popover-disable-color | 選項禁用的顏色 | `$color-text-disabled` |
169169
| \--nutui-popover-menu-item-padding | 選項區菜單每一項的 padding 值 | `8px` |
170+
| \--nutui-popover-menu-item-width | 選項區菜單每一項宽度值,超过宽度值后,会折行展示,保障信息的完整性 | `160px` |

0 commit comments

Comments
 (0)