解决不显示工作项趋势图的问题

main
wuyize 2022-07-14 11:14:32 +08:00
parent 3949c6527e
commit e8bfb7361f
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@
<p class="p-title" style="margin-left: 10px">工作项完成趋势</p> <p class="p-title" style="margin-left: 10px">工作项完成趋势</p>
<div style="flex:1;margin-top: 30px;padding: 20px; <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"> 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> </div>
</div> </div>