提交 8555ad51 编写于 作者: J jsers

style: optimize alarm scene table style (#198)

上级 eeffa02f
......@@ -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;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册