Commit 3dfb1c68 authored by zhengjiangtao's avatar zhengjiangtao

fix bug

parent 398cc77a
This diff is collapsed.
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
} }
.sou { .sou {
height: 10%; height: vh(66);
width: 100%; width: 100%;
display: flex; display: flex;
top: -2%; top: -2%;
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
position: relative; position: relative;
text-align: center; text-align: center;
/* vertical-align: middle; */ /* vertical-align: middle; */
top: 29%; top: 27%;
margin-left: 12%; margin-left: 12%;
.search-one-button { .search-one-button {
...@@ -446,6 +446,7 @@ ...@@ -446,6 +446,7 @@
bottom: vh(1); bottom: vh(1);
right: vw(-2); right: vw(-2);
content: '' !important; content: '' !important;
top: vh(-5);
} }
.three-font { .three-font {
......
...@@ -140,7 +140,7 @@ class IncidenceSeverityMatrix extends Component { ...@@ -140,7 +140,7 @@ class IncidenceSeverityMatrix extends Component {
const option = this.getOptions(); const option = this.getOptions();
return ( return (
<div className="risk-incidence-severity-matrix"> <div className="risk-incidence-severity-matrix">
<AmosEcharts option={option} style={{ height: '330px', width: '660px' }} /> <AmosEcharts option={option} className ="div-severity-echarts" />
</div> </div>
); );
} }
......
...@@ -50,7 +50,7 @@ class RiskAssessment extends Component { ...@@ -50,7 +50,7 @@ class RiskAssessment extends Component {
{this.props.detailTitle} {this.props.detailTitle}
</div> </div>
<div className="headerRight" style={{ display: 'inline' }}> <div className="headerRight" style={{ display: 'inline' }}>
<img src="/src/assets/detail/return.png" onClick={this.onClick} width="42px" style={{ marginTop: 3 }} /> <img src="/src/assets/detail/return.png" onClick={this.onClick} className="img-headerRight" />
</div> </div>
</Header> </Header>
<Layout> <Layout>
...@@ -60,7 +60,7 @@ class RiskAssessment extends Component { ...@@ -60,7 +60,7 @@ class RiskAssessment extends Component {
<img src="/src/assets/detail/secondTitle4.png" style={{ width: 256, height: 38, margin: 0 }} /> <img src="/src/assets/detail/secondTitle4.png" style={{ width: 256, height: 38, margin: 0 }} />
</Header> </Header>
<Content className="oneHeaderContent"> <Content className="oneHeaderContent">
<img src="/src/assets/detail/RPNr.png" style={{ width: 922, height: 503, marginTop: 35, marginLeft: 160 }} /> <img className="image-div" src="/src/assets/detail/RPNr.png" />
{this.getLegend()} {this.getLegend()}
</Content> </Content>
</Header> </Header>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment