|
|
@ -20,7 +20,8 @@ BI.Toast = BI.inherit(BI.Tip, { |
|
|
|
text: "", |
|
|
|
text: "", |
|
|
|
level: "success", // success或warning
|
|
|
|
level: "success", // success或warning
|
|
|
|
autoClose: true, |
|
|
|
autoClose: true, |
|
|
|
closable: null |
|
|
|
closable: null, |
|
|
|
|
|
|
|
vgap: 7, |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -102,7 +103,7 @@ BI.Toast = BI.inherit(BI.Tip, { |
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: items, |
|
|
|
items: items, |
|
|
|
vgap: 12, |
|
|
|
vgap: o.vgap, |
|
|
|
columnSize: columnSize |
|
|
|
columnSize: columnSize |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|