Merge "refactor: render project info by func"

This commit is contained in:
Zuul 2022-08-18 11:10:53 +00:00 committed by Gerrit Code Review
commit 76e4b6c035
2 changed files with 1 additions and 7 deletions

View File

@ -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>

View File

@ -78,12 +78,6 @@
width: 130px; width: 130px;
} }
} }
.role-button {
position: absolute;
right: 24px;
bottom: 0;
}
} }
} }
} }