From 642299b9b8d3e85499e32ebb26a2574a3e0a8319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 28 Nov 2016 21:30:59 +0800 Subject: [PATCH] update Table update Table --- src/components/table/cell.vue | 2 +- src/components/table/table-head.vue | 16 +++++++- src/components/table/table.vue | 38 ++++++++--------- src/styles/components/table.less | 24 +++++++++-- test/routers/table.vue | 63 ++++++++++++++++++++++++----- 5 files changed, 110 insertions(+), 33 deletions(-) diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue index 7b82788f..c2a61a2d 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -2,7 +2,7 @@
diff --git a/src/components/table/table-head.vue b/src/components/table/table-head.vue index 1cf0484c..0bf7471d 100644 --- a/src/components/table/table-head.vue +++ b/src/components/table/table-head.vue @@ -14,6 +14,16 @@ + + + + +
+
    +
  • {{ item.label }}
  • +
+
+
@@ -23,12 +33,13 @@