style: distribution info table word wrap
This commit is contained in:
@@ -10,6 +10,7 @@ export interface ColumnProps {
|
||||
title: string;
|
||||
key: string;
|
||||
width?: string | number;
|
||||
style?: React.CSSProperties;
|
||||
render?: (data: {
|
||||
dataIndex: string;
|
||||
dataList?: any[];
|
||||
|
||||
Reference in New Issue
Block a user