Browse Source

remove useless margin

pull/18/head
nikogu 9 years ago
parent
commit
62792cc15f
  1. 2
      src/routes/Dashboard/Workplace.js
  2. 6
      src/routes/Dashboard/Workplace.less

2
src/routes/Dashboard/Workplace.js

@ -171,9 +171,9 @@ export default class Workplace extends PureComponent {
}
</Card>
<Card
style={{ marginBottom: 24 }}
bodyStyle={{ padding: 0 }}
bordered={false}
className={styles.activeCard}
title="动态"
loading={activitiesLoading}
>

6
src/routes/Dashboard/Workplace.less

@ -141,6 +141,9 @@
}
@media screen and (max-width: @screen-xl) and (min-width: @screen-lg) {
.activeCard {
margin-bottom: 24px;
}
.members {
margin-bottom: 0;
}
@ -153,6 +156,9 @@
}
@media screen and (max-width: @screen-lg) {
.activeCard {
margin-bottom: 24px;
}
.members {
margin-bottom: 0;
}

Loading…
Cancel
Save