Merge "refactor: render project info by func"
This commit is contained in:
commit
76e4b6c035
@ -113,7 +113,7 @@ export class Overview extends Component {
|
|||||||
{this.renderQuota()}
|
{this.renderQuota()}
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={8} className={styles.right}>
|
<Col span={8} className={styles.right}>
|
||||||
<ProjectInfo />
|
{this.renderProject()}
|
||||||
{this.renderExtra()}
|
{this.renderExtra()}
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -78,12 +78,6 @@
|
|||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.role-button {
|
|
||||||
position: absolute;
|
|
||||||
right: 24px;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user