Commit 98754c70 authored by Lijiao's avatar Lijiao Committed by QuanluZhang
Browse files

fix overview page table trialId style (#1875)

parent 06db4729
...@@ -91,7 +91,8 @@ class Compare extends React.Component<CompareProps, {}> { ...@@ -91,7 +91,8 @@ class Compare extends React.Component<CompareProps, {}> {
}, },
yAxis: { yAxis: {
type: 'value', type: 'value',
name: 'Metric' name: 'Metric',
scale: true
}, },
series: trialIntermediate series: trialIntermediate
}; };
......
...@@ -28,12 +28,11 @@ class SuccessTable extends React.Component<SuccessTableProps, {}> { ...@@ -28,12 +28,11 @@ class SuccessTable extends React.Component<SuccessTableProps, {}> {
{ {
title: 'Trial No.', title: 'Trial No.',
dataIndex: 'sequenceId', dataIndex: 'sequenceId',
width: 140,
className: 'tableHead' className: 'tableHead'
}, { }, {
title: 'ID', title: 'ID',
dataIndex: 'id', dataIndex: 'id',
width: 60, width: 80,
className: 'tableHead leftTitle', className: 'tableHead leftTitle',
render: (text: string, record: TableRecord): React.ReactNode => { render: (text: string, record: TableRecord): React.ReactNode => {
return ( return (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment