Commit 0c016148 authored by xinglei's avatar xinglei

*)首页右测样式调整

parent eabed450
......@@ -1445,7 +1445,7 @@
font-size: 16px;
.chartBody {
height: 420px;
height: 460px;
@media screen and (min-width: 1280px) and (max-width: 1366px) {
height: 300px;
......@@ -1456,10 +1456,18 @@
width: 100%;
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 {
float: left;
width: 100%;
height: 50%;
height: 45%;
margin-bottom: 2px;
background: rgba(23, 90, 201, 0.9);
......
......@@ -303,7 +303,7 @@ class TopCharts extends Component {
return (
<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} />
</div>
<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