From ab26fdc6dbaf91acc1df0d15316132ca9d2da774 Mon Sep 17 00:00:00 2001 From: 何志勇 <15988134176@163.com> Date: Fri, 4 May 2018 17:28:34 +0800 Subject: [PATCH] Class string error --- src/components/notice/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/notice/index.js b/src/components/notice/index.js index 54d3c4a..2fbc4e7 100644 --- a/src/components/notice/index.js +++ b/src/components/notice/index.js @@ -50,7 +50,7 @@ function notice (type, options) { if (type == 'normal') { withIcon = false; content = ` -
+
${title}
${desc}
@@ -59,7 +59,7 @@ function notice (type, options) { const iconType = iconTypes[type]; withIcon = true; content = ` -
+
@@ -122,4 +122,4 @@ export default { noticeInstance = null; instance.destroy('ivu-notice'); } -}; \ No newline at end of file +}; -- libgit2 0.21.4