提交 a759e44c 作者: Vben

fix(table): fix TableAction row height error close #350

上级 6095cb54
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
- 确保 `table action` 的值被正确更新 - 确保 `table action` 的值被正确更新
- 修复页面切换的动画无法关闭 - 修复页面切换的动画无法关闭
- 修复`PageWrapper`title 不显示 - 修复`PageWrapper`title 不显示
- 修复表格数据为空时高度计算错误 - 修复表格已知问题
## 2.0.3 (2021-03-07) ## 2.0.3 (2021-03-07)
......
...@@ -73,12 +73,12 @@ ...@@ -73,12 +73,12 @@
} }
} }
.ant-table-tbody > tr > td, // .ant-table-tbody > tr > td,
.ant-table-tbody > tr > th, // .ant-table-tbody > tr > th,
.ant-table-thead > tr > td, // .ant-table-thead > tr > td,
.ant-table-thead > tr > th { // .ant-table-thead > tr > th {
white-space: pre; // white-space: pre;
} // }
.ant-pagination { .ant-pagination {
margin: 10px 0 0 0; margin: 10px 0 0 0;
......
...@@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [ ...@@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [
{ {
title: '邮箱', title: '邮箱',
dataIndex: 'email', dataIndex: 'email',
width: 200, width: 120,
}, },
{ {
title: '创建时间', title: '创建时间',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论