From 1d89c4e406e87e531e484b8563735a2ab8011b46 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Tue, 13 Jul 2021 23:14:10 +0800 Subject: [PATCH] =?UTF-8?q?docs(icon):=20=E6=9B=B4=E6=96=B0=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E7=BB=84=E4=BB=B6=E7=9A=84=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3=20(#487)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/icon/demos/enUS/index.demo-entry.md | 10 +++++----- src/icon/demos/zhCN/index.demo-entry.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/icon/demos/enUS/index.demo-entry.md b/src/icon/demos/enUS/index.demo-entry.md index 7c3caf0fd..3332c1ceb 100644 --- a/src/icon/demos/enUS/index.demo-entry.md +++ b/src/icon/demos/enUS/index.demo-entry.md @@ -12,11 +12,11 @@ depth ## Props -| Name | Type | Default | Description | -| ----- | ----------------------- | ----------- | ----------- | -| color | `string` | `undefined` | | -| depth | `1 \| 2 \| 3 \| 4 \| 5` | `undefined` | | -| size | `number \| string` | `undefined` | | +| Name | Type | Default | Description | +| --- | --- | --- | --- | +| color | `string` | `undefined` | Icon color. | +| depth | `1 \| 2 \| 3 \| 4 \| 5` | `undefined` | Icon depth. | +| size | `number \| string` | `undefined` | Icon size (when the unit is not specified, the default unit: `px`). | ## Slots diff --git a/src/icon/demos/zhCN/index.demo-entry.md b/src/icon/demos/zhCN/index.demo-entry.md index 520460f0e..004f2f84e 100644 --- a/src/icon/demos/zhCN/index.demo-entry.md +++ b/src/icon/demos/zhCN/index.demo-entry.md @@ -12,11 +12,11 @@ depth ## Props -| 名称 | 类型 | 默认值 | 说明 | -| ----- | ----------------------- | ----------- | ---- | -| color | `string` | `undefined` | | -| depth | `1 \| 2 \| 3 \| 4 \| 5` | `undefined` | | -| size | `number \| string` | `undefined` | | +| 名称 | 类型 | 默认值 | 说明 | +| --- | --- | --- | --- | +| color | `string` | `undefined` | 图标颜色 | +| depth | `1 \| 2 \| 3 \| 4 \| 5` | `undefined` | 图标深度 | +| size | `number \| string` | `undefined` | 图标大小(当不指定单位时,默认单位: `px`) | ## Slots