diff --git a/components/dropdown/demo/dropdown-button.md b/components/dropdown/demo/dropdown-button.md index 465b92118c..1f458b7b73 100644 --- a/components/dropdown/demo/dropdown-button.md +++ b/components/dropdown/demo/dropdown-button.md @@ -8,7 +8,7 @@ title: ## zh-CN 左边是按钮,右边是额外的相关功能菜单。 -可以设置 icon 属性 来修改右边的 icon +可设置 `icon` 属性来修改右边的图标。 ## en-US diff --git a/components/dropdown/index.en-US.md b/components/dropdown/index.en-US.md index 3ddaf7dfcf..b2aa817049 100644 --- a/components/dropdown/index.en-US.md +++ b/components/dropdown/index.en-US.md @@ -34,7 +34,7 @@ You should use [Menu](/components/menu/) as `overlay`. The menu items and divide ### Dropdown.Button -| Property | Description | Type | Default | Version| +| Property | Description | Type | Default | Version | | -------- | ----------- | ---- | ------- |------- | | disabled | whether the dropdown menu is disabled | boolean | - || | overlay | the dropdown menu | [Menu](/components/menu) | - || diff --git a/components/dropdown/index.zh-CN.md b/components/dropdown/index.zh-CN.md index 237571a228..20c9aeb12c 100644 --- a/components/dropdown/index.zh-CN.md +++ b/components/dropdown/index.zh-CN.md @@ -35,7 +35,7 @@ title: Dropdown ### Dropdown.Button -| 参数 | 说明 | 类型 | 默认值 |版本| +| 参数 | 说明 | 类型 | 默认值 | 版本 | | --- | --- | --- | --- | | disabled | 菜单是否禁用 | boolean | - ||| | overlay | 菜单 | [Menu](/components/menu/) | - || @@ -46,4 +46,4 @@ title: Dropdown | visible | 菜单是否显示 | boolean | - || | onClick | 点击左侧按钮的回调,和 [Button](/components/button/) 一致 | Function | - || | onVisibleChange | 菜单显示状态改变时调用,参数为 visible | Function | - || -| icon | 右侧的 icon | ReactNode | - |3.17.0| \ No newline at end of file +| icon | 右侧的 icon | ReactNode | - | 3.17.0 | \ No newline at end of file