Skip to content

Commit 0ae65eb

Browse files
committed
0.5.0 - correct puctuations again
Fix: Correct the punctuations in the page `/docs/apis/DashJsonGrid`.
1 parent 3f68a18 commit 0ae65eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

i18n/zh-cn/docusaurus-plugin-content-docs/current/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ comp = DashJsonGrid(
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
5555
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback<IconExternalLink/>][dash-pmcallback]|
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
57-
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
57+
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。 |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |
5959
| `default_expand_depth` | `int` | 无用户交互时,默认状态下网格展开的深度。 |
6060
| `default_expand_key_tree` | `Mapping[Any, Any]` | 需要展开的所有关键字,这些关键字定义成树状结构,且只能在`data`是映射(`Mapping`)的情况下生效。 |

i18n/zh-cn/docusaurus-plugin-content-docs/version-0.3.x/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ comp = DashJsonGrid(
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
5555
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback<IconExternalLink/>][dash-pmcallback]|
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
57-
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
57+
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。 |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |
5959
| `default_expand_depth` | `int` | 无用户交互时,默认状态下网格展开的深度。 |
6060
| `default_expand_key_tree` | `Mapping[Any, Any]` | 需要展开的所有关键字,这些关键字定义成树状结构,且只能在`data`是映射(`Mapping`)的情况下生效。 |

i18n/zh-cn/docusaurus-plugin-content-docs/version-0.4.x/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ comp = DashJsonGrid(
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
5555
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback<IconExternalLink/>][dash-pmcallback]|
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
57-
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
57+
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。 |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |
5959
| `default_expand_depth` | `int` | 无用户交互时,默认状态下网格展开的深度。 |
6060
| `default_expand_key_tree` | `Mapping[Any, Any]` | 需要展开的所有关键字,这些关键字定义成树状结构,且只能在`data`是映射(`Mapping`)的情况下生效。 |

0 commit comments

Comments
 (0)