Browse Source

FIX 养护大屏各乡镇养护得分趋势以及考核得分情况展示优化

dev
巴林闲侠 2 years ago
parent
commit
becf4f2a55
  1. 4
      web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js
  2. 4
      web/client/src/sections/quanju/containers/footer/conserve/right/right-center.js

4
web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js

@ -114,8 +114,8 @@ const LeftCenter = (props) => {
grid: { grid: {
left: '3%', left: '3%',
right: '12%', right: '12%',
bottom: '21%', bottom: '28%',
top: '4%', top: '8%',
containLabel: true containLabel: true
}, },
}} }}

4
web/client/src/sections/quanju/containers/footer/conserve/right/right-center.js

@ -115,8 +115,8 @@ const RightCenter = (props) => {
grid: { grid: {
left: '3%', left: '3%',
right: '4%', right: '4%',
bottom: '21%', bottom: '28%',
top: '4%', top: '8%',
containLabel: true containLabel: true
}, },
}} }}

Loading…
Cancel
Save