Commit 0c016148 authored by xinglei's avatar xinglei

*)首页右测样式调整

parent eabed450
...@@ -1445,7 +1445,7 @@ ...@@ -1445,7 +1445,7 @@
font-size: 16px; font-size: 16px;
.chartBody { .chartBody {
height: 420px; height: 460px;
@media screen and (min-width: 1280px) and (max-width: 1366px) { @media screen and (min-width: 1280px) and (max-width: 1366px) {
height: 300px; height: 300px;
...@@ -1456,10 +1456,18 @@ ...@@ -1456,10 +1456,18 @@
width: 100%; width: 100%;
height: 99%; height: 99%;
.left-chart-child-patrol {
float: left;
width: 100%;
height: 55%;
margin-bottom: 2px;
background: rgba(23, 90, 201, 0.9);
}
.left-chart-child { .left-chart-child {
float: left; float: left;
width: 100%; width: 100%;
height: 50%; height: 45%;
margin-bottom: 2px; margin-bottom: 2px;
background: rgba(23, 90, 201, 0.9); background: rgba(23, 90, 201, 0.9);
......
...@@ -303,7 +303,7 @@ class TopCharts extends Component { ...@@ -303,7 +303,7 @@ class TopCharts extends Component {
return ( return (
<div className='left-chart-top'> <div className='left-chart-top'>
<div className='left-chart-child'> <div className='left-chart-child-patrol'>
<ReactEcharts option={this.getOptionsx(technologyData, null)} eventpool={this.onclick} /> <ReactEcharts option={this.getOptionsx(technologyData, null)} eventpool={this.onclick} />
</div> </div>
<div className='left-chart-child'> <div className='left-chart-child'>
......
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