@@ -4,12 +4,12 @@ import Table from 'rc-table';
4
4
import '../../assets/index.less' ;
5
5
6
6
const 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' } ,
13
13
{ title : 'title7' , dataIndex : 'b' , key : 'g' , width : 100 } ,
14
14
{ title : 'title8' , dataIndex : 'b' , key : 'h' , width : 100 } ,
15
15
{ title : 'title9' , dataIndex : 'b' , key : 'i' , width : 100 } ,
0 commit comments