Merge branch 'master' of ssh://git.infini.ltd:64221/infini/logging-center
This commit is contained in:
commit
73fb3661eb
|
@ -191,9 +191,9 @@ class Dashboard extends React.Component {
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<Row gutter={[16, 24]}>
|
<Row gutter={[16, 24]}>
|
||||||
<Col span={6}>
|
<Col xs={24} sm={24} md={24} lg={6} xl={6} >
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<Card title="GROUPS" extra={groupExtra} style={{ width: 300 }}>
|
<Card title="GROUPS" extra={groupExtra}>
|
||||||
<div>
|
<div>
|
||||||
<Search
|
<Search
|
||||||
placeholder="搜索"
|
placeholder="搜索"
|
||||||
|
@ -226,7 +226,7 @@ class Dashboard extends React.Component {
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={18}>
|
<Col xs={24} sm={24} md={24} lg={18} xl={18} >
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<Table
|
<Table
|
||||||
rowSelection={{
|
rowSelection={{
|
||||||
|
@ -234,6 +234,7 @@ class Dashboard extends React.Component {
|
||||||
}}
|
}}
|
||||||
dataSource={dataSource}
|
dataSource={dataSource}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
|
size="small"
|
||||||
/>;
|
/>;
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
@ -61,14 +61,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.subPanel {
|
.subPanel {
|
||||||
height: 80px;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
.item {
|
.item {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100%;
|
height: 80px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.wrap {
|
.wrap {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue