Skip to content

Commit 3ca435c

Browse files
[autofix.ci] apply automated fixes
1 parent 24b535f commit 3ca435c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tdesign-component/example/assets/api/navbar_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
| icon | IconData? | - | 图标 |
4343
| iconColor | Color? | - | 图标颜色 |
4444
| iconSize | double? | 24.0 | 图标尺寸 |
45-
| ~~iconWidget~~ | Widget? | - | 已废弃,请使用 customWidget 代替 |
45+
| iconWidget | Widget? | - | 图标组件,优先级高于 icon |
4646
| padding | EdgeInsetsGeometry? | - | |

tdesign-component/example/assets/api/tree-select_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
| multiple | bool | false | 支持多选 |
2626
| onChange | TDTreeSelectChangeEvent? | - | 选中值发生变化 |
2727
| options | List<TDSelectOption> | const [] | 展示的选项列表 |
28-
| outwardCornerRadius | double | 9 | 一级菜单选中项的外弯折圆角半径 |
28+
| outwardCornerRadius | double | 9 | 一级菜单选中项的外弯折圆角半径,默认为 9 |
2929
| style | TDTreeSelectStyle | TDTreeSelectStyle.normal | 一级菜单样式 |

0 commit comments

Comments
 (0)