Commit a759e44c6e5c223d2fef52c5a9698e571eed2d52
1 parent
6095cb54
fix(table): fix TableAction row height error close #350
Showing
3 changed files
with
8 additions
and
8 deletions
CHANGELOG.zh_CN.md
src/components/Table/src/style/index.less
... | ... | @@ -73,12 +73,12 @@ |
73 | 73 | } |
74 | 74 | } |
75 | 75 | |
76 | - .ant-table-tbody > tr > td, | |
77 | - .ant-table-tbody > tr > th, | |
78 | - .ant-table-thead > tr > td, | |
79 | - .ant-table-thead > tr > th { | |
80 | - white-space: pre; | |
81 | - } | |
76 | + // .ant-table-tbody > tr > td, | |
77 | + // .ant-table-tbody > tr > th, | |
78 | + // .ant-table-thead > tr > td, | |
79 | + // .ant-table-thead > tr > th { | |
80 | + // white-space: pre; | |
81 | + // } | |
82 | 82 | |
83 | 83 | .ant-pagination { |
84 | 84 | margin: 10px 0 0 0; | ... | ... |