From 99d0429e276f6371d22bcc8279c4fb4a9708218b Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Wed, 15 Mar 2017 15:27:04 +0800 Subject: [PATCH] update Button & Table Cell --- examples/routers/table.vue | 199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------------------------------------------------- examples/routers/upload.vue | 288 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------------------------- src/components/button/button.vue | 9 +++++++-- src/components/table/cell.vue | 24 ++++++++++-------------- 4 files changed, 231 insertions(+), 289 deletions(-) diff --git a/examples/routers/table.vue b/examples/routers/table.vue index 3eac9b5..0926ece 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -1,169 +1,82 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/routers/upload.vue b/examples/routers/upload.vue index 62c97c1..faa897d 100644 --- a/examples/routers/upload.vue +++ b/examples/routers/upload.vue @@ -1,147 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - diff --git a/src/components/button/button.vue b/src/components/button/button.vue index e3c4623..6f8d443 100644 --- a/src/components/button/button.vue +++ b/src/components/button/button.vue @@ -1,5 +1,5 @@