element confirm的使用

 this.$dialog.confirm({
              title: "投递成功",
              allowHtml: true,
              message:
                "<div style='color:#969799'>        投递成功,待平台匹配成功后, 将会在三个工作日内通过电话的方式联系您,请保持电话畅通。</div>",
              cancelButtonText: "关闭",
              showConfirmButton: false,
              cancelButtonColor: "#429eff",
            });
 
其中:allowHtml:true 
则可以在message里面 输入Html ,进行灵活的改变
 
如果您想快速高效解决问题,这里可以有偿帮您直接解决bug,我们团队的微信号是18062748486;如加微信,请备注“Bug 解决“;

posted on 2022-05-17 15:43  艾小码  阅读(366)  评论(0编辑  收藏  举报

导航