Browse Source

Merge branch 'branch_WeiMas' of http://119.3.29.177:3000/xusc/ICSMESBase into branch_WeiMas

branch_PaiNaReward
xusc 7 days ago
parent
commit
a9ed555376
  1. 2
      src/vue/src/shared/components/gantt-dev/gantt.vue

2
src/vue/src/shared/components/gantt-dev/gantt.vue

@ -41,7 +41,7 @@
<ul class="triangle_step">
<li :class="item.type == '计划' ? 'li_plan' : 'li'" :style="styleLiWidth(item)">
<div>
<span style="color: #0423c1b0;white-space: nowrap;">{{ item.description }}</span>
<span style="color: #0423c1b0;white-space: nowrap;"> &nbsp;&nbsp; {{ item.description }}</span>
<div :class="item.type == '计划' ? 'jiaoActive_plan' : 'jiaoActive'"></div>
</div>
</li>

Loading…
Cancel
Save