解决不显示工作项趋势图的问题
parent
3949c6527e
commit
e8bfb7361f
|
@ -226,7 +226,7 @@
|
|||
<p class="p-title" style="margin-left: 10px">工作项完成趋势</p>
|
||||
<div style="flex:1;margin-top: 30px;padding: 20px;
|
||||
display: flex;flex-direction: column; justify-content: space-between;background-color: white; border-radius: 10px;align-items: stretch">
|
||||
<TendencyChart :enable="project.completed===true" style="flex: 1;"></TendencyChart>
|
||||
<TendencyChart :enable="!project.completed&&project.completed===false" style="flex: 1;"></TendencyChart>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue