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

security groups style is error on instance detail english page

Closes-Bug: #1991194
Change-Id: If979c900c0b8495c18751c47be025036f2f33180
This commit is contained in:
zhangke
2022-09-29 14:06:11 +08:00
parent ed8c6e69b0
commit cdd6863732

View File

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