@@ -4,12 +4,12 @@ import Table from 'rc-table';
44import '../../assets/index.less' ;
55
66const columns : TableProps [ 'columns' ] = [
7- { title : 'title1' , dataIndex : 'a' , key : 'a' , width : 100 , fixed : 'start' } ,
8- { title : 'title2' , dataIndex : 'b' , key : 'b' , width : 100 } ,
9- { title : 'title3' , dataIndex : 'c' , key : 'c' , width : 100 , fixed : 'start' } ,
10- { title : 'title4' , dataIndex : 'b' , key : 'd' , width : 100 } ,
11- { title : 'title5' , dataIndex : 'b' , key : 'e' , width : 100 } ,
12- { title : 'title6' , dataIndex : 'b' , key : 'f' , width : 100 } ,
7+ { title : 'title1' , dataIndex : 'a' , key : 'a' , width : 60 , fixed : 'start' } ,
8+ { title : 'title2' , dataIndex : 'b' , key : 'b' , width : 80 , fixed : 'start' } ,
9+ { title : 'title3' , dataIndex : 'c' , key : 'c' , width : 120 } ,
10+ { title : 'title4' , dataIndex : 'b' , key : 'd' , width : 100 , fixed : 'start' } ,
11+ { title : 'title5' , dataIndex : 'b' , key : 'e' } ,
12+ { title : 'title6' , dataIndex : 'b' , key : 'f' } ,
1313 { title : 'title7' , dataIndex : 'b' , key : 'g' , width : 100 } ,
1414 { title : 'title8' , dataIndex : 'b' , key : 'h' , width : 100 } ,
1515 { title : 'title9' , dataIndex : 'b' , key : 'i' , width : 100 } ,
0 commit comments