fix(table): fix tree node align

修复树形表格的带有展开图标的单元格的内容对齐问题

fixed: #829
This commit is contained in:
无木
2021-07-07 22:38:00 +08:00
parent 9228282ae2
commit 1e61da644f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
### 🐛 Bug Fixes
- **Table** 修复滚动条样式问题
- **Table**
- 修复滚动条样式问题
- 修复树形表格的带有展开图标的单元格的内容对齐问题
- **AppSearch** 修复可能会搜索隐藏菜单的问题
- **其它** 修复菜单默认折叠的配置不起作用的问题