Commit ea9355398fe89235bf2e657c291541bd79a41d98

Authored by vben
1 parent 7385ce42

fix(table): cell content does not wrap #210

src/components/Table/src/style/index.less
... ... @@ -111,7 +111,7 @@
111 111 .ant-table-tbody > tr > th,
112 112 .ant-table-thead > tr > td,
113 113 .ant-table-thead > tr > th {
114   - white-space: nowrap;
  114 + white-space: pre;
115 115 }
116 116  
117 117 .ant-table-row-cell-last {
... ...