From d6342fe1c37b5c6683707c8ba19f8ab61b5cf9fa Mon Sep 17 00:00:00 2001 From: jingsam Date: Fri, 28 Oct 2016 17:24:52 +0800 Subject: [PATCH] fixed ie bug --- src/components/base/notification/notice.vue | 6 +++--- src/components/button/button.vue | 2 +- src/components/modal/modal.vue | 12 ++++++------ src/components/page/page.vue | 38 +++++++++++++++++++++++++++----------- src/components/poptip/poptip.vue | 38 +++++++++++++++++++------------------- src/components/select/option-group.vue | 8 ++++---- src/components/select/select.vue | 34 +++++++++++++++++----------------- src/components/steps/step.vue | 14 +++++++------- src/components/tooltip/tooltip.vue | 14 +++++++------- test/routers/button.vue | 86 +++++++++++++++++++++++++++++++++++++++++++------------------------------------------- test/routers/notice.vue | 10 +++++----- test/routers/page.vue | 10 +++++----- 12 files changed, 144 insertions(+), 128 deletions(-) diff --git a/src/components/base/notification/notice.vue b/src/components/base/notification/notice.vue index fe16cec..e1308a7 100644 --- a/src/components/base/notification/notice.vue +++ b/src/components/base/notification/notice.vue @@ -1,7 +1,7 @@