From 55f90d87decf4a8f1e6ece7ea1c454c2a976252b Mon Sep 17 00:00:00 2001 From: 梁灏 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 b7997a0..99d9344 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 ed57bce..af4d2bb 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 c035ab0..bebd0d9 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 e01d8c4..725f0a7 100644 --- a/src/styles/components/table.less +++ b/src/styles/components/table.less @@ -366,4 +366,8 @@ } } } + + &-expanded-hidden{ + visibility: hidden; + } } -- libgit2 0.21.4