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