fix: 优化database页列表项宽度
This commit is contained in:
parent
6477f78761
commit
6d4df081d9
|
@ -57,12 +57,12 @@ const columns = [
|
|||
title: 'SITE DET CODE',
|
||||
align: 'left',
|
||||
dataIndex: 'siteDetCode',
|
||||
width: 130
|
||||
width: 150
|
||||
},
|
||||
{
|
||||
title: 'SAMPLE ID',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
width: 120,
|
||||
dataIndex: 'sampleId'
|
||||
},
|
||||
{
|
||||
|
@ -74,25 +74,25 @@ const columns = [
|
|||
{
|
||||
title: 'DETECTOR',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
width: 120,
|
||||
dataIndex: 'detectorsName'
|
||||
},
|
||||
{
|
||||
title: 'SAMPLE TYPE',
|
||||
align: 'left',
|
||||
width: 120,
|
||||
width: 140,
|
||||
dataIndex: 'sampleType'
|
||||
},
|
||||
{
|
||||
title: 'DATA TYPE',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
width: 120,
|
||||
dataIndex: 'dataType'
|
||||
},
|
||||
{
|
||||
title: 'GEOMETRY',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
width: 120,
|
||||
dataIndex: 'geometry'
|
||||
},
|
||||
{
|
||||
|
@ -104,31 +104,31 @@ const columns = [
|
|||
{
|
||||
title: 'TRANSMIT DTG',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
width: 180,
|
||||
dataIndex: 'transmitDtg'
|
||||
},
|
||||
{
|
||||
title: 'COLLECT START',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
width: 180,
|
||||
dataIndex: 'collectStart'
|
||||
},
|
||||
{
|
||||
title: 'COLLECT STOP',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
width: 180,
|
||||
dataIndex: 'collectStop'
|
||||
},
|
||||
{
|
||||
title: 'ACQ.START',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
width: 180,
|
||||
dataIndex: 'acquisitionStart'
|
||||
},
|
||||
{
|
||||
title: 'ACQ.STOP',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
width: 180,
|
||||
dataIndex: 'acquisitionStop'
|
||||
},
|
||||
{
|
||||
|
@ -140,7 +140,7 @@ const columns = [
|
|||
{
|
||||
title: 'ACQ.LIVE(S)',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
width: 140,
|
||||
dataIndex: 'acquisitionLiveSec'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user