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

柱状图调整

parent 2921a691
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div style="height: 26%;padding-top: 0.5rem" > <div style="height: 26%;padding-top: 0.5rem" >
<display-board style="display: flex; justify-content: space-between; height: 100%;" title="人员情况表"> <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%;padding-top: 3rem;">
<div style="height: 100%;width: 100%" ref="people"></div> <div style="height: 100%;width: 100%" ref="people" id="people_bar"></div>
</div> </div>
</display-board> </display-board>
</div> </div>
...@@ -703,4 +703,16 @@ export default { ...@@ -703,4 +703,16 @@ export default {
color: #00c8d6; color: #00c8d6;
background-color: #1234a1; background-color: #1234a1;
} }
#people_bar div{
width: 100% ;
height: 100% ;
padding: 0 ;
margin: 0 ;
}
#people_bar div canvas{
width: 100% ;
height: 100% ;
padding: 0 ;
margin: 0 ;
}
</style> </style>
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