Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Aug 22, 2023
1 parent 4b63a28 commit 5b057eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 12 additions & 5 deletions docs/react/migrate-less-variables.en-US.md
Expand Up @@ -242,8 +242,6 @@ export default App;
| `@cascader-dropdown-font-size` | - | Deprecated |
| `@cascader-dropdown-line-height` | `lineHeight` | Global Token |

<!-- ### Checkbox -->

### Checkbox

<!-- prettier-ignore -->
Expand Down Expand Up @@ -837,8 +835,6 @@ export default App;
| `@timeline-dot-bg` | `dotBg` | - |
| `@timeline-item-padding-bottom` | `itemPaddingBottom` | - |

<!-- ### TimePicker -->

### Tooltip

<!-- prettier-ignore -->
Expand Down Expand Up @@ -866,7 +862,18 @@ export default App;
| `@transfer-item-padding-vertical` | `itemPaddingBlock` | - |
| `@transfer-list-search-icon-top` | - | Deprecated |

<!-- ### Tree -->
### Tree 树形控件

<!-- prettier-ignore -->
| Less variables | Component Token | Note |
| --- | --- | --- |
| `@tree-bg` | `colorBgContainer` | Global Token |
| `@tree-title-height` | `titleHeight` | - |
| `@tree-child-padding` | - | Deprecated |
| `@tree-directory-selected-color` | `directoryNodeSelectedColor` | - |
| `@tree-directory-selected-bg` | `directoryNodeSelectedBg` | - |
| `@tree-node-hover-bg` | `nodeHoverBg` | - |
| `@tree-node-selected-bg` | `nodeSelectedBg` | - |

### Typography

Expand Down
2 changes: 0 additions & 2 deletions docs/react/migrate-less-variables.zh-CN.md
Expand Up @@ -835,8 +835,6 @@ Mentions 提及
| `@timeline-dot-bg` | `dotBg` | - |
| `@timeline-item-padding-bottom` | `itemPaddingBottom` | - |

<!-- ### TimePicker 时间选择 -->

### Tooltip 文字提示

<!-- prettier-ignore -->
Expand Down

0 comments on commit 5b057eb

Please sign in to comment.