From 741b987a33e7637ab90ffffd5367a854f734d0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 28 Nov 2016 14:23:49 +0800 Subject: [PATCH] update Table 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 e31c6a63..7b82788f 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -1,8 +1,8 @@