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 @@
+
- {{ name }}
+
+
+
+ Job:
+ {{ row.job }}
+
+
+ Interest:
+ {{ row.interest }}
+
+
+ Birthday:
+ {{ row.birthday }}
+
+
+
+
+ Favorite book:
+ 《{{ row.book }}》
+
+
+ Favorite movie:
+ {{ row.movie }}
+
+
+ Favorite music:
+ {{ row.music }}
+
+
+
\ 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;
+ }
}