From 1179374398e21cf9d0b275438d03932f7262f2a7 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 25 Jun 2018 13:45:17 +0800 Subject: [PATCH] update Message Icons --- src/components/base/notification/notice.vue | 4 ++-- src/components/message/index.js | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/base/notification/notice.vue b/src/components/base/notification/notice.vue index ed017dd..4d57e08 100644 --- a/src/components/base/notification/notice.vue +++ b/src/components/base/notification/notice.vue @@ -9,7 +9,7 @@ > - + diff --git a/src/components/message/index.js b/src/components/message/index.js index 31ba4a6..32af5ab 100644 --- a/src/components/message/index.js +++ b/src/components/message/index.js @@ -13,11 +13,11 @@ let messageInstance; let name = 1; const iconTypes = { - 'info': 'information-circled', - 'success': 'checkmark-circled', - 'warning': 'android-alert', - 'error': 'close-circled', - 'loading': 'load-c' + 'info': 'ios-information-circle', + 'success': 'ios-checkmark-circle', + 'warning': 'ios-alert', + 'error': 'ios-close-circle', + 'loading': 'ios-sync' }; function getMessageInstance () { @@ -46,7 +46,7 @@ function notice (content = '', duration = defaults.duration, type, onClose = fun transitionName: 'move-up', content: `
- + ${content}
`, -- libgit2 0.21.4