Update OrganizationChartNode.vue

pull/4052/head^2
Tuğçe Küçükoğlu 2023-06-14 15:28:35 +03:00
parent a3668e026b
commit fd41318aae
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</td>
</tr>
<tr :style="childStyle" :class="cx('lines')" v-bind="ptm('lines')">
<td :colspan="colspan">
<td :colspan="colspan" v-bind="ptm('lineCell')">
<div :class="cx('lineDown')" v-bind="ptm('lineDown')"></div>
</td>
</tr>