We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c07fd commit 8faad82Copy full SHA for 8faad82
src/packages/popover/doc.en-US.md
@@ -144,7 +144,7 @@ The component provides the following CSS variables, which can be used to customi
144
| \--nutui-popover-content-background-color | The background color of the options area | `$white` |
145
| \--nutui-popover-divider-color | The bottom border color of the options area | `$color-border` |
146
| \--nutui-popover-disable-color | Option Disabled Colors | `$color-text-disabled` |
147
-| \--nutui-popover-menu-item-padding | The padding value of each item in the option area menu | `8px` |
148
-| \--nutui-popover-menu-item-width | The width value of each item in the options | `160px` |
+| \--nutui-popover-padding | The padding value of each item in the option area menu | `8px` |
+| \--nutui-popover-item-width | The width value of each item in the options | `160px` |
149
150
<Contribution name="Popover" />
src/packages/popover/doc.md
@@ -148,7 +148,7 @@ PopoverList 属性是一个由对象构成的数组,数组中的每个对象
| \--nutui-popover-content-background-color | 选项区的背景颜色 | `$white` |
| \--nutui-popover-divider-color | 选项区的底部 border 颜色 | `$color-border` |
| \--nutui-popover-disable-color | 选项禁用的颜色 | `$color-text-disabled` |
151
-| \--nutui-popover-menu-item-padding | 选项区菜单每一项的 padding 值 | `8px` |
152
-| \--nutui-popover-menu-item-width | 选项区菜单每一项宽度值,超过宽度值后,会折行展示,保障信息的完整性 | `160px` |
+| \--nutui-popover-padding | 选项区菜单每一项的 padding 值 | `8px` |
+| \--nutui-popover-item-width | 选项区菜单每一项宽度值,超过宽度值后,会折行展示,保障信息的完整性 | `160px` |
153
154
src/packages/popover/doc.taro.md
@@ -139,7 +139,7 @@ PopoverList 属性是一个由对象构成的数组,数组中的每个对象
139
140
141
142
143
src/packages/popover/doc.zh-TW.md
@@ -148,7 +148,7 @@ PopoverList 屬性是一個由對象構成的數組,數組中的每個對象
| \--nutui-popover-content-background-color | 選項區的背景顏色 | `$white` |
| \--nutui-popover-divider-color | 選項區的底部 border 顏色 | `$color-border` |
| \--nutui-popover-disable-color | 選項禁用的顏色 | `$color-text-disabled` |
-| \--nutui-popover-menu-item-padding | 選項區菜單每一項的 padding 值 | `8px` |
-| \--nutui-popover-menu-item-width | 選項區菜單每一項寬度值,超過寬度值後,會折行展示,保障信息的完整性 | `160px` |
+| \--nutui-popover-padding | 選項區菜單每一項的 padding 值 | `8px` |
+| \--nutui-popover-item-width | 選項區菜單每一項寬度值,超過寬度值後,會折行展示,保障信息的完整性 | `160px` |
src/packages/tour/__test__/tour.spec.tsx
@@ -74,7 +74,6 @@ test('custom style', () => {
74
style={{
75
'--nutui-popover-content-background-color': 'rgb(255, 0, 0)',
76
'--nutui-popover-text-color': 'rgb(255, 255, 255)',
77
- '--nutui-popover-border-color': 'rgb(255, 0, 0)',
78
}}
79
offset={[0, 0]}
80
maskWidth={50}
@@ -99,7 +98,6 @@ test('custom offset', () => {
99
98
100
101
102
103
104
offset={[8, 8]}
105
/>
@@ -121,7 +119,6 @@ test('slot render', () => {
121
119
122
120
'--nutui-popover-content-background-color': 'rgb(75, 76, 77)',
123
124
- '--nutui-popover-border-color': 'rgb(75, 76, 77)',
125
126
>
127
<div className="tour-demo-custom-content">
src/packages/tour/demos/h5/demo2.tsx
@@ -38,7 +38,6 @@ const Demo2 = () => {
38
39
40
41
42
43
44
src/packages/tour/demos/h5/demo3.tsx
@@ -52,7 +52,6 @@ const Demo3 = () => {
52
53
54
55
56
57
58
src/packages/tour/demos/taro/demo2.tsx
src/packages/tour/demos/taro/demo3.tsx
@@ -53,7 +53,6 @@ const Demo3 = () => {
59
0 commit comments