This commit is contained in:
梁灏 2017-11-08 14:39:39 +08:00
parent 63199358cc
commit 55f90d87de
4 changed files with 386 additions and 267 deletions

View file

@ -28,7 +28,7 @@
></Cell>
</td>
</table-tr>
<tr v-if="rowExpanded(row._index)">
<tr v-if="rowExpanded(row._index)" :class="{[prefixCls + '-expanded-hidden']: fixed}">
<td :colspan="columns.length" :class="prefixCls + '-expanded-cell'">
<Expand :key="row._rowKey" :row="row" :render="expandRender" :index="row._index"></Expand>
</td>

View file

@ -366,4 +366,8 @@
}
}
}
&-expanded-hidden{
visibility: hidden;
}
}