From 20cb9d4fb972da6942827caa1ef818ae05013559 Mon Sep 17 00:00:00 2001 From: Aaron <427787340@qq.com> Date: Thu, 13 Jun 2019 14:15:59 +0800 Subject: [PATCH] 修复样式问题 --- packages/Image-upload/index.vue | 18 +++++++++--------- packages/confirm/index.vue | 14 +++++++------- packages/file-upload/index.vue | 22 +++++++++++----------- packages/switch-button/index.vue | 24 ++++++++++++------------ packages/tree-select/index.vue | 20 ++++++++++---------- 5 files changed, 49 insertions(+), 49 deletions(-) diff --git a/packages/Image-upload/index.vue b/packages/Image-upload/index.vue index e2bb245..0d9a8f8 100644 --- a/packages/Image-upload/index.vue +++ b/packages/Image-upload/index.vue @@ -1,7 +1,7 @@ @@ -31,10 +31,10 @@ :before-upload="beforeUpload" style="width: 100%;" > - - - 点击下载 - + + + 点击下载 + 点击上传 diff --git a/packages/switch-button/index.vue b/packages/switch-button/index.vue index 6e5dff6..c70e2fe 100644 --- a/packages/switch-button/index.vue +++ b/packages/switch-button/index.vue @@ -1,12 +1,12 @@ @@ -93,7 +93,7 @@ toggled, disabled } = this; - return ["vue-js-switch", { + return ["eagle-switch", { toggled, disabled }]; @@ -222,9 +222,9 @@ }; -