From fc3e16cf01b61f516c633424cf8454c9b234a14b Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Fri, 29 Jun 2018 09:27:32 +0800 Subject: [PATCH] update Table selection style, close #3159 --- examples/routers/table.vue | 281 +++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- src/components/table/cell.vue | 3 ++- src/components/table/table-head.vue | 3 ++- src/styles/components/table.less | 7 +++++++ 4 files changed, 44 insertions(+), 250 deletions(-) diff --git a/examples/routers/table.vue b/examples/routers/table.vue index d3e7bbe..1cafe53 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -1,280 +1,65 @@