1 回答
TA貢獻1828條經(jīng)驗 獲得超6個贊
template: '<div data-noify="container" class="col-xs-11 col-sm-3 alert alert-{0}" role="alert">' +
'<span data-notify="icon"></span> ' +
'<span data-notify="title">{1}</span> ' +
'<span data-notify="message">{2}</span>' +
'<div class="progress" data-notify="progressbar">' +
'</div>' +
'<br />'+
'<button type="button" class="btn btn-sm btn-warning confirmDel" style="margin-top:20px;">確定</button>'+
'<button type="button" class="btn btn-sm btn-info undelete" style="margin-top:20px; margin-left:20px;">取消</button>'+
'</div>'
這樣設(shè)置就行
添加回答
舉報
