From 55f90d87decf4a8f1e6ece7ea1c454c2a976252b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Wed, 8 Nov 2017 14:39:39 +0800 Subject: [PATCH] fixed #1648 --- examples/components/tableExpand.vue | 46 ++- examples/routers/table.vue | 601 ++++++++++++++++------------ src/components/table/table-body.vue | 2 +- src/styles/components/table.less | 4 + 4 files changed, 386 insertions(+), 267 deletions(-) diff --git a/examples/components/tableExpand.vue b/examples/components/tableExpand.vue index b7997a02..99d9344e 100755 --- a/examples/components/tableExpand.vue +++ b/examples/components/tableExpand.vue @@ -1,16 +1,44 @@ + \ No newline at end of file diff --git a/examples/routers/table.vue b/examples/routers/table.vue index ed57bce0..af4d2bbb 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -412,289 +412,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/table/table-body.vue b/src/components/table/table-body.vue index c035ab0c..bebd0d9d 100644 --- a/src/components/table/table-body.vue +++ b/src/components/table/table-body.vue @@ -28,7 +28,7 @@ > - + diff --git a/src/styles/components/table.less b/src/styles/components/table.less index e01d8c40..725f0a74 100644 --- a/src/styles/components/table.less +++ b/src/styles/components/table.less @@ -366,4 +366,8 @@ } } } + + &-expanded-hidden{ + visibility: hidden; + } }