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