antDesign中通过columns中的每列的props来设置该列的td的样式或者类名
  {
                width : 200,
                title : '备注',
                dataIndex : 'Description',
                render : (text)=>{
                    return {
                        children : text,
                        props : {
                            style : {wordBreak : 'break-all'},
                            className:"ddd",
                            colSpan:2
                        }
                    }
                }
            }
 
                     
                    
                 
                    
                
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号