Commit b34c2fe3 authored by nikogu's avatar nikogu
parent c222d675
...@@ -139,7 +139,7 @@ export default class Monitor extends PureComponent { ...@@ -139,7 +139,7 @@ export default class Monitor extends PureComponent {
</Card> </Card>
</Col> </Col>
<Col sm={8} xs={24} style={{ marginBottom: 24 }}> <Col sm={8} xs={24} style={{ marginBottom: 24 }}>
<Card title="ηƒ­ι—¨ζœη΄’" bordered={false} bodyStyle={{ height: 214 }}> <Card title="ηƒ­ι—¨ζœη΄’" bordered={false}>
<TagCloud <TagCloud
data={tags} data={tags}
height={161} height={161}
......
...@@ -140,7 +140,7 @@ export default class Workplace extends PureComponent { ...@@ -140,7 +140,7 @@ export default class Workplace extends PureComponent {
extraContent={pageHeaderExtra} extraContent={pageHeaderExtra}
> >
<Row gutter={24}> <Row gutter={24}>
<Col lg={16} md={24} sm={24} xs={24}> <Col xl={16} lg={24} md={24} sm={24} xs={24}>
<Card <Card
className={styles.projectList} className={styles.projectList}
style={{ marginBottom: 24 }} style={{ marginBottom: 24 }}
...@@ -198,7 +198,7 @@ export default class Workplace extends PureComponent { ...@@ -198,7 +198,7 @@ export default class Workplace extends PureComponent {
</List> </List>
</Card> </Card>
</Col> </Col>
<Col lg={8} md={24} sm={24} xs={24}> <Col xl={8} lg={24} md={24} sm={24} xs={24}>
<Card <Card
style={{ marginBottom: 24 }} style={{ marginBottom: 24 }}
title="εΏ«ι€ŸεΌ€ε§‹ / 便捷导θˆͺ" title="εΏ«ι€ŸεΌ€ε§‹ / 便捷导θˆͺ"
......
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
} }
.members { .members {
margin-bottom: 35px;
a { a {
display: block; display: block;
margin-bottom: 24px; margin-bottom: 24px;
...@@ -140,6 +141,9 @@ ...@@ -140,6 +141,9 @@
} }
@media screen and (max-width: @screen-xl) and (min-width: @screen-lg) { @media screen and (max-width: @screen-xl) and (min-width: @screen-lg) {
.members {
margin-bottom: 0;
}
.pageHeaderExtra { .pageHeaderExtra {
margin-left: -44px; margin-left: -44px;
& > div { & > div {
...@@ -149,6 +153,9 @@ ...@@ -149,6 +153,9 @@
} }
@media screen and (max-width: @screen-lg) { @media screen and (max-width: @screen-lg) {
.members {
margin-bottom: 0;
}
.pageHeaderExtra { .pageHeaderExtra {
& > div { & > div {
padding: 0 16px; padding: 0 16px;
......
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