烤面包机无法正常工作?显示在屏幕底部

时间:2018-11-09 07:37:22

标签: javascript html toastr

这是我为烤面包机写的。

toastr.options = {
        "closeButton": true,
        "debug": false,
        "newestOnTop": true,
        "progressBar": false,
        "positionClass": "toast-top-center",
        "preventDuplicates": false,
        "onclick": null,
        "showDuration": "300",
        "hideDuration": "1000",
        "timeOut": "5000",
        "extendedTimeOut": "1000",
        "showEasing": "swing",
        "hideEasing": "linear",
        "showMethod": "fadeIn",
        "hideMethod": "fadeOut"
    };

    toastr.error(message, 'Error');

这是它的外观。我究竟做错了什么?红色是烤面包机(注意:位于屏幕底部)。

enter image description here

0 个答案:

没有答案