From 14d1de0573b3307c438cb86ac5cbcee299102054 Mon Sep 17 00:00:00 2001 From: huanghong Date: Sat, 17 Mar 2018 02:16:19 +0800 Subject: [PATCH] fix table changing small scrollbar bug --- examples/routers/table.vue | 13 ++++++++++--- src/components/table/mixin.js | 4 ++-- src/components/table/table-head.vue | 2 +- src/components/table/table.vue | 26 +++++++++++++++++++------- 4 files changed, 32 insertions(+), 13 deletions(-) diff --git a/examples/routers/table.vue b/examples/routers/table.vue index a4a2a0d5..789815ef 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -1,6 +1,6 @@