Commit 367a4196a4e1e997fbdd9e5215ae6db3a2344a15
1 parent
af6e81cd
update Table
Showing
3 changed files
with
7 additions
and
2 deletions
Show diff stats
examples/routers/table.vue
src/components/table/table-body.vue
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | </td> |
| 28 | 28 | </tr> |
| 29 | 29 | <tr v-if="rowExpanded(row._index)"> |
| 30 | - <td :colspan="columns.length"> | |
| 30 | + <td :colspan="columns.length" :class="prefixCls + '-expanded-cell'"> | |
| 31 | 31 | <Expand :row="row" :render="expandRender" :index="row._index"></Expand> |
| 32 | 32 | </td> |
| 33 | 33 | </tr> | ... | ... |
src/styles/components/table.less