style: optimize alarm scene table style (#198)

This commit is contained in:
jsers 2020-06-17 11:39:15 +08:00
parent eeffa02f59
commit 8555ad5118
2 changed files with 3 additions and 2 deletions

View File

@ -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',

View File

@ -25,7 +25,7 @@
}
.ant-table-wrapper {
display: inline-block;
width: 400px;
width: 800px;
vertical-align: top;
}
}