style: optimize alarm scene table style (#198)
This commit is contained in:
parent
eeffa02f59
commit
8555ad5118
|
@ -248,7 +248,7 @@ class Detail extends Component<RouteComponentProps & WrappedComponentProps> {
|
|||
<Table
|
||||
style={{
|
||||
display: 'block',
|
||||
marginLeft: 80,
|
||||
marginLeft: 100,
|
||||
}}
|
||||
size="small"
|
||||
rowKey="timestamp"
|
||||
|
@ -264,6 +264,7 @@ class Detail extends Component<RouteComponentProps & WrappedComponentProps> {
|
|||
}, {
|
||||
title: <FormattedMessage id="event.table.scene.value" />,
|
||||
dataIndex: 'value',
|
||||
width: 100,
|
||||
}, {
|
||||
title: 'Extra',
|
||||
dataIndex: 'extra',
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
.ant-table-wrapper {
|
||||
display: inline-block;
|
||||
width: 400px;
|
||||
width: 800px;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue