Commit df6b88c8 authored by 谢章伟's avatar 谢章伟

柱状图调整

parent ef619532
......@@ -15,9 +15,9 @@
<!-- <winners-list style="height: 96%;overflow: auto;" :mouseHand="true" id="quality_list" :rows="arQualityList" />-->
</display-board>
</div>
<div style="height: 26%;padding-top: 0.5rem" >
<display-board style="display: flex; justify-content: space-between; height: 98%;" title="人员情况表">
<div style="height: 100%;width: 100%;padding-top: 2rem;">
<div style="height: 26%;" >
<display-board style="display: flex; justify-content: space-between; height: 100%;" title="人员情况表">
<div style="height: 100%;width: 100%;padding-top: 3rem;">
<div style="height: 100%;width: 100%" ref="people"></div>
</div>
</display-board>
......@@ -239,8 +239,10 @@ export default {
},
grid: {
containLabel: true,
top: "10%",
bottom: '0'
top: "15%",
left: "1%",
right: "1%",
bottom: "1%"
},
yAxis: {
type: "value",
......@@ -275,10 +277,10 @@ export default {
},
grid: {
containLabel: true,
top: "10%",
top: "15%",
left: "1%",
right: "1%",
bottom: '0'
bottom: "1%"
},
yAxis: {
show:false
......@@ -308,10 +310,10 @@ export default {
},
grid: {
containLabel: true,
top: "10%",
top: "15%",
left: "1%",
right: "1%",
bottom: '0'
bottom: "1%"
},
yAxis: {
show:false
......@@ -341,10 +343,10 @@ export default {
},
grid: {
containLabel: true,
top: "10%",
top: "15%",
left: "1%",
right: "1%",
bottom: '0'
bottom: "1%"
},
yAxis: {
show:false
......
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