From 741b987a33e7637ab90ffffd5367a854f734d0d8 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 28 Nov 2016 14:23:49 +0800 Subject: [PATCH] update Table --- src/components/table/cell.vue | 13 +++++++------ src/components/table/table-body.vue | 20 ++++++++++++++------ src/components/table/table-head.vue | 25 +++++++++++++++++++++---- src/components/table/table.vue | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- src/styles/mixins/caret.less | 4 ++++ test/routers/table.vue | 21 ++++++++++----------- 6 files changed, 100 insertions(+), 38 deletions(-) diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue index e31c6a6..7b82788 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -1,8 +1,8 @@