You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/ActionSheet/index.en.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In `index.json` Introducing Components in
30
30
31
31
### Basic use
32
32
33
-
> `ant-action-sheet`Components must pass `visible` Property controls the show/hide state.`actions` property passes in the data to drive the options rendering.
33
+
> `ant-action-sheet`components must pass through`visible` Property controls the show/hide state.`actions` property passes in the data to drive the options rendering.
34
34
35
35
```xml
36
36
<ant-action-sheet
@@ -106,7 +106,7 @@ Page({
106
106
107
107
### Option Status
108
108
109
-
> [actions](#actionsheetitem) Each of the items provided `icon``danger``description``disabled` Used to set the option state.
109
+
> [actions](#actionsheetitem) Each of the provided `icon``danger``description``disabled` Used to set the option state.
| text | Text to be passed in, used to calculate the width | string | - |
38
38
| minFontSize | The minimum font size limit can be set according to the business. | number | 30 |
39
-
| maxFontSize | The original design font size of the area, the maximum size cannot exceed this font size. | number | 36 |
39
+
| maxFontSize | The original design font size of this area, which cannot exceed this font size at most. | number | 36 |
40
40
| wrap | Whether to support line feed | boolean | false |
41
-
| ratio | Copy width ratio, calculated `maxFontSize / ratio * Copy Length`, there are scenes where the English characters are long but the container width is enough to display, but the font is reduced, which can be increased at this time. |
41
+
| ratio | Copy width ratio, calculated `maxFontSize / ratio * Copy length`, there are scenes where the English characters are long but the container width is enough to display, but the font is reduced, which can be increased at this time. |
Copy file name to clipboardexpand all lines: src/ConfigProvider/index.en.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ For global configuration Ant Design Mini components, provide theme customization
14
14
can pass `ConfigProvider` component to globally configure Ant Design Mini components, including:
15
15
16
16
- Setting the theme globally,[CSS Variables](https://developer.mozilla.org/zh-CN/docs/Web/CSS/Using_CSS_custom_properties) To organize styles, by overwriting these CSS variables, you can customize the theme, dynamically switch the theme and other effects;
17
-
- Global setting internationalization, multi-language support by setting Locales;
17
+
- Global settings internationalization, through the setting of Locales to achieve multi-language support;
0 commit comments