Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed May 7, 2023
1 parent 7263d88 commit fcf50d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions docs/react/migrate-less-variables.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This document contains the correspondence between all the less variables related

<!-- ### Divider -->

## Drawer
### Drawer

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
Expand Down Expand Up @@ -70,7 +70,7 @@ This document contains the correspondence between all the less variables related

<!-- ### Menu -->

## Message
### Message

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
Expand All @@ -79,7 +79,7 @@ This document contains the correspondence between all the less variables related
| `@message-notice-content-padding` | `messageNoticeContentPadding` | - |
| `@message-notice-content-bg` | `messageNoticeContentBg` | - |

## Modal
### Modal

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
Expand Down Expand Up @@ -109,7 +109,7 @@ This document contains the correspondence between all the less variables related
| `@modal-confirm-title-font-size` | `modalHeaderTitleFontSize` | - |
| `@modal-border-radius` | `borderRadiusLG` | - |

## Notification
### Notification

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
Expand All @@ -132,7 +132,7 @@ This document contains the correspondence between all the less variables related

<!-- ### Rate -->

## Result
### Result

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
Expand All @@ -146,7 +146,7 @@ This document contains the correspondence between all the less variables related

<!-- ### Select -->

## Skeleton
### Skeleton

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
Expand All @@ -158,7 +158,7 @@ This document contains the correspondence between all the less variables related

<!-- ### Slider -->

## Statistic
### Statistic

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
Expand All @@ -167,7 +167,7 @@ This document contains the correspondence between all the less variables related
| `@statistic-content-font-size` | `statisticContentFontSize` | - |
| `@statistic-font-family` | `statisticFontFamily` | - |

## Step
### Step

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
Expand Down
12 changes: 6 additions & 6 deletions docs/react/migrate-less-variables.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ title: Less 变量迁移 Design Token

<!-- ### Divider 分割线 -->

## Drawer 抽屉
### Drawer 抽屉

<!-- prettier-ignore -->
| Less 变量 | Component Token | 备注 |
Expand Down Expand Up @@ -70,7 +70,7 @@ title: Less 变量迁移 Design Token

<!-- ### Menu 导航菜单 -->

## Message 全局提示
### Message 全局提示

<!-- prettier-ignore -->
| Less 变量 | Component Token | 备注 |
Expand Down Expand Up @@ -109,7 +109,7 @@ title: Less 变量迁移 Design Token
| `@modal-confirm-title-font-size` | `modalHeaderTitleFontSize` | - |
| `@modal-border-radius` | `borderRadiusLG` | - |

## Notification 通知提醒框
### Notification 通知提醒框

<!-- prettier-ignore -->
| Less 变量 | Component Token | 备注 |
Expand All @@ -132,7 +132,7 @@ title: Less 变量迁移 Design Token

<!-- ### Rate 评分 -->

## Result 结果
### Result 结果

<!-- prettier-ignore -->
| Less 变量 | Component Token | 备注 |
Expand All @@ -146,7 +146,7 @@ title: Less 变量迁移 Design Token

<!-- ### Select 选择器 -->

## Skeleton 骨架屏
### Skeleton 骨架屏

<!-- prettier-ignore -->
| Less 变量 | Component Token | 备注 |
Expand All @@ -158,7 +158,7 @@ title: Less 变量迁移 Design Token

<!-- ### Slider 滑动输入条 -->

## Statistic 统计数值
### Statistic 统计数值

<!-- prettier-ignore -->
| Less 变量 | Component Token | 备注 |
Expand Down

0 comments on commit fcf50d9

Please sign in to comment.