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, {}> {
},
yAxis: {
type: 'value',
name: 'Metric'
name: 'Metric',
scale: true
},
series: trialIntermediate
};
......
......@@ -28,12 +28,11 @@ class SuccessTable extends React.Component<SuccessTableProps, {}> {
{
title: 'Trial No.',
dataIndex: 'sequenceId',
width: 140,
className: 'tableHead'
}, {
title: 'ID',
dataIndex: 'id',
width: 60,
width: 80,
className: 'tableHead leftTitle',
render: (text: string, record: TableRecord): React.ReactNode => {
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