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()}
|
||||
</Col>
|
||||
<Col span={8} className={styles.right}>
|
||||
<ProjectInfo />
|
||||
{this.renderProject()}
|
||||
{this.renderExtra()}
|
||||
</Col>
|
||||
</Row>
|
||||
|
@ -78,12 +78,6 @@
|
||||
width: 130px;
|
||||
}
|
||||
}
|
||||
|
||||
.role-button {
|
||||
position: absolute;
|
||||
right: 24px;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user