Commit 7194b6a9 authored by 王海涛's avatar 王海涛

Merge branch 'developer' of 172.16.10.76:station/station-elec-manage-view into developer

parents 5d7704be a2a81dd9
This diff is collapsed.
This diff is collapsed.
...@@ -166,6 +166,14 @@ ...@@ -166,6 +166,14 @@
height: vh(600); height: vh(600);
position: relative; position: relative;
.div-map-echarts {
margin-left: 2%;
height: 91% !important;
width: 95% !important;
top: 8%;
}
.statistics-banner { .statistics-banner {
position: absolute; position: absolute;
left: vw(95); left: vw(95);
...@@ -176,6 +184,8 @@ ...@@ -176,6 +184,8 @@
justify-content: space-between; justify-content: space-between;
z-index: 2; z-index: 2;
.statistics-banner-content { .statistics-banner-content {
height: vh(100); height: vh(100);
width: vw(380); width: vw(380);
...@@ -222,6 +232,8 @@ ...@@ -222,6 +232,8 @@
} }
} }
} }
} }
.risk-trend-view { .risk-trend-view {
......
...@@ -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>
); );
} }
......
...@@ -533,7 +533,7 @@ class CentralInfoView extends Component { ...@@ -533,7 +533,7 @@ class CentralInfoView extends Component {
<Option value="收点">收点</Option> <Option value="收点">收点</Option>
</Select> </Select>
</div> </div>
<div className="selectDiv" style={{ display: 'inline-block' }}> <div className="selectDiv1" style={{ display: 'inline-block' }}>
统计类别: 统计类别:
<Select defaultValue="全部" onChange={this.onSumClazzChange}> <Select defaultValue="全部" onChange={this.onSumClazzChange}>
<Option value="全部">全部</Option> <Option value="全部">全部</Option>
......
...@@ -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>
......
This diff is collapsed.
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