@@ -15,6 +15,7 @@ export const columns: BasicColumn[] = [
title: '名称(name)',
align: 'center',
dataIndex: 'name',
+ width:300
},
{
@@ -75,7 +75,7 @@
fixed:'right'
scroll: {
- x: '2000px',
+ x: '2300px',
y:'calc(100vh - 400px)',
beforeFetch: (params) => {
@@ -27,6 +27,7 @@ export const columns: BasicColumn[] = [
title: '船厂(ship factory)',
dataIndex: 'shipFactory',
+ width:350
title: '造船日期(ship date)',
@@ -16,6 +16,7 @@ export const columns: BasicColumn[] = [
+ width: 350,
title: '简称(abbreviation)',