fix(table-action): incorrect button color of disabled state

修复表格操作列的按钮在disabled状态下的颜色显示

fixed: #891
This commit is contained in:
无木
2021-07-12 16:46:27 +08:00
parent cad021c34b
commit 0f28e803d0
2 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
- 修复滚动条样式问题
- 修复树形表格的带有展开图标的单元格的内容对齐问题
- 新增`headerTop`插槽
- 修复操作列的按钮在 disabled 状态下的颜色显示
- **AppSearch** 修复可能会搜索隐藏菜单的问题
- **TableAction** 仅在 action.tooltip 存在的情况下 才包裹 Tooltip 组件
- **BasicUpload** 修复处理非`array`值时报错的问题