From 642299b9b8d3e85499e32ebb26a2574a3e0a8319 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 28 Nov 2016 21:30:59 +0800 Subject: [PATCH] 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 7b82788..c2a61a2 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 1cf0484..0bf7471 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 @@