From 47638ad84a43781f680b4722f06a627128f168e6 Mon Sep 17 00:00:00 2001 From: huanghong Date: Fri, 16 Mar 2018 21:17:33 +0800 Subject: [PATCH 01/12] fixed table scrollbar bug --- examples/routers/table.vue | 23 +++++++++++++++++++---- src/components/table/mixin.js | 10 ++++++++-- src/components/table/table-head.vue | 4 +++- src/components/table/table.vue | 8 ++++++++ 4 files changed, 38 insertions(+), 7 deletions(-) diff --git a/examples/routers/table.vue b/examples/routers/table.vue index ede1ff4c..a6fa6c52 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -1,3 +1,17 @@ + +