diff --git a/components/tag/index.en-US.md b/components/tag/index.en-US.md index a1798945c4..2dd2ec6c80 100644 --- a/components/tag/index.en-US.md +++ b/components/tag/index.en-US.md @@ -16,17 +16,17 @@ Tag for categorizing or markup. ### Tag -| Property | Description | Type | Default | Version | -| --- | --- | --- | --- | --- | -| afterClose | Callback executed when close animation is completed, please use `onClose`, we will remove this in the next version | () => void | - | | -| closable | Whether the Tag can be closed | boolean | `false` | | -| color | Color of the Tag | string | - | | -| onClose | Callback executed when tag is closed | (e) => void | - | | -| visible | Whether the Tag is closed or not | boolean | `true` | 3.7.0 | +| Property | Description | Type | Default | +| --- | --- | --- | --- | +| afterClose | Callback executed when close animation is completed, please use `onClose`, we will remove this in the next version | () => void | - | +| closable | Whether the Tag can be closed | boolean | `false` | +| color | Color of the Tag | string | - | +| onClose | Callback executed when tag is closed | (e) => void | - | +| visible | Whether the Tag is closed or not | boolean | `true` | ### Tag.CheckableTag -| Property | Description | Type | Default | Version | -| --- | --- | --- | --- | --- | -| checked | Checked status of Tag | boolean | `false` | | -| onChange | Callback executed when Tag is checked/unchecked | (checked) => void | - | | +| Property | Description | Type | Default | +| --- | --- | --- | --- | +| checked | Checked status of Tag | boolean | `false` | +| onChange | Callback executed when Tag is checked/unchecked | (checked) => void | - | diff --git a/components/tag/index.zh-CN.md b/components/tag/index.zh-CN.md index 0e9b312c52..02f0b5e7f2 100644 --- a/components/tag/index.zh-CN.md +++ b/components/tag/index.zh-CN.md @@ -16,17 +16,17 @@ title: Tag ### Tag -| 参数 | 说明 | 类型 | 默认值 | 版本 | -| --- | --- | --- | --- | --- | -| afterClose | 关闭动画完成后的回调,请使用 `onClose`, 我们将在下个版本删除此项 | () => void | - | | -| closable | 标签是否可以关闭 | boolean | false | | -| color | 标签色 | string | - | | -| onClose | 关闭时的回调 | (e) => void | - | | -| visible | 是否显示标签 | boolean | `true` | 3.7.0 | +| 参数 | 说明 | 类型 | 默认值 | +| --- | --- | --- | --- | +| afterClose | 关闭动画完成后的回调,请使用 `onClose`, 我们将在下个版本删除此项 | () => void | - | +| closable | 标签是否可以关闭 | boolean | false | +| color | 标签色 | string | - | +| onClose | 关闭时的回调 | (e) => void | - | +| visible | 是否显示标签 | boolean | `true` | ### Tag.CheckableTag -| 参数 | 说明 | 类型 | 默认值 | 版本 | -| -------- | -------------------- | ----------------- | ------ | ---- | -| checked | 设置标签的选中状态 | boolean | false | | -| onChange | 点击标签时触发的回调 | (checked) => void | - | | +| 参数 | 说明 | 类型 | 默认值 | +| -------- | -------------------- | ----------------- | ------ | +| checked | 设置标签的选中状态 | boolean | false | +| onChange | 点击标签时触发的回调 | (checked) => void | - |