文件名称:bootstrap-toast 的消息提示垂直居中
文件大小:18KB
文件格式:JS
更新时间:2020-10-04 05:04:51
bootstrap toast 消息提示 垂直居中
只需将属性修改成"positionClass": "toast-top-center", 代码如下//toastr提示框 toastr.options = { "closeButton": false, "debug": false, "newestOnTop": false, "progressBar": false, "positionClass": "toast-top-center", "preventDuplicates": false, "onclick": null, "showDuration": "5000", "hideDuration": "1000", "timeOut": "100000", "extendedTimeOut": "0", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" };