Class string error
Lack of space causes style display errors
This commit is contained in:
parent
17d9922b08
commit
ab26fdc6db
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ function notice (type, options) {
|
||||||
if (type == 'normal') {
|
if (type == 'normal') {
|
||||||
withIcon = false;
|
withIcon = false;
|
||||||
content = `
|
content = `
|
||||||
<div class="${prefixCls}-custom-content ${prefixCls}-with-normal${with_desc}">
|
<div class="${prefixCls}-custom-content ${prefixCls}-with-normal ${with_desc}">
|
||||||
<div class="${prefixCls}-title">${title}</div>
|
<div class="${prefixCls}-title">${title}</div>
|
||||||
<div class="${prefixCls}-desc">${desc}</div>
|
<div class="${prefixCls}-desc">${desc}</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -59,7 +59,7 @@ function notice (type, options) {
|
||||||
const iconType = iconTypes[type];
|
const iconType = iconTypes[type];
|
||||||
withIcon = true;
|
withIcon = true;
|
||||||
content = `
|
content = `
|
||||||
<div class="${prefixCls}-custom-content ${prefixCls}-with-icon ${prefixCls}-with-${type}${with_desc}">
|
<div class="${prefixCls}-custom-content ${prefixCls}-with-icon ${prefixCls}-with-${type} ${with_desc}">
|
||||||
<span class="${prefixCls}-icon ${prefixCls}-icon-${type}">
|
<span class="${prefixCls}-icon ${prefixCls}-icon-${type}">
|
||||||
<i class="${iconPrefixCls} ${iconPrefixCls}-${iconType}"></i>
|
<i class="${iconPrefixCls} ${iconPrefixCls}-${iconType}"></i>
|
||||||
</span>
|
</span>
|
||||||
|
@ -122,4 +122,4 @@ export default {
|
||||||
noticeInstance = null;
|
noticeInstance = null;
|
||||||
instance.destroy('ivu-notice');
|
instance.destroy('ivu-notice');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue