Browse Source

(*)首页 样式优化

master
wuqun 2 years ago
parent
commit
822ba2c4bf
  1. 2
      web/client/src/sections/shouye/components/alarm/alarmStatistics.js
  2. 2
      web/client/src/sections/shouye/components/charts/stackColumn.js

2
web/client/src/sections/shouye/components/alarm/alarmStatistics.js

@ -41,7 +41,7 @@ class AlarmStatistics extends Component {
</div> </div>
return ( return (
<div> <div>
<div style={{ fontWeight: 'bold', fontSize: 18 }}> <div style={{ fontWeight: 'bold', fontSize: 18, marginLeft: 6 }}>
告警统计 告警统计
</div> </div>
<div style={{ marginTop: 20 }}> <div style={{ marginTop: 20 }}>

2
web/client/src/sections/shouye/components/charts/stackColumn.js

@ -66,7 +66,7 @@ class StackColumn extends Component {
name: '单位:次数', name: '单位:次数',
}, },
grid: { grid: {
left: '3%', left: '4%',
right: '10%', right: '10%',
bottom: '0%', bottom: '0%',
containLabel: true containLabel: true

Loading…
Cancel
Save