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

柱状图调整

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