Merge "fix: security groups style is error on instance detail english page"

This commit is contained in:
Zuul 2022-09-29 09:18:20 +00:00 committed by Gerrit Code Review
commit a67c8357cd

View File

@ -180,10 +180,10 @@ export class SecurityGroup extends React.Component {
> >
<div> <div>
<Row> <Row>
<Col span={10}> <Col span={8}>
<img className={styles.image} alt="example" src={interfaceImg} /> <img className={styles.image} alt="example" src={interfaceImg} />
</Col> </Col>
<Col span={14}> <Col span={16}>
{/* <span style={{ fontSize: 20 }}>Interface</span> */} {/* <span style={{ fontSize: 20 }}>Interface</span> */}
<div style={{ fontSize: 12 }}> <div style={{ fontSize: 12 }}>
{t('Interface Name:')} {item.id.substring(0, 8)}{' '} {t('Interface Name:')} {item.id.substring(0, 8)}{' '}