Browse Source

微调建设样式

release_0.0.1
dengyinhuan 3 years ago
parent
commit
a09777a83c
  1. 10
      web/client/src/sections/quanju/containers/footer/build/Leftbottom.js
  2. 10
      web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
  3. 2
      web/client/src/sections/quanju/containers/footer/build/Rightcenter.js

10
web/client/src/sections/quanju/containers/footer/build/Leftbottom.js

@ -133,11 +133,11 @@ function Leftbottom() {
seriesIndex: 0,
dataIndex: currentIndex
});
myChart.dispatchAction({
type: 'showTip',
seriesIndex: 0,
dataIndex: currentIndex,
});
// myChart.dispatchAction({
// type: 'showTip',
// seriesIndex: 0,
// dataIndex: currentIndex,
// });
}
const selectPie=() =>{ // 高亮效果切换到下一个图形
var dataLen = safetyOption.series[0].data.length;

10
web/client/src/sections/quanju/containers/footer/build/Rightbottom.js

@ -174,11 +174,11 @@ function Leftbottom() {
seriesIndex: 0,
dataIndex: currentIndex
});
myChart.dispatchAction({
type: 'showTip',
seriesIndex: 0,
dataIndex: currentIndex,
});
// myChart.dispatchAction({
// type: 'showTip',
// seriesIndex: 0,
// dataIndex: currentIndex,
// });
}
const selectPie=() =>{ // 高亮效果切换到下一个图形
var dataLen = safetyOption.series[0].data.length;

2
web/client/src/sections/quanju/containers/footer/build/Rightcenter.js

@ -84,7 +84,7 @@ const RNAKS = [FIRST, SECOND, THIRD]
<h2>1234,123</h2>
</div>
<AutoRollComponent content={renderContent()}
containerStyle={{ position: "relative", height: 190, }}
containerStyle={{ position: "relative", height: "65%", }}
divHeight={"100%"} divId={"chart-overview-deviceList"} />
</div>
)

Loading…
Cancel
Save