在公共样式中加入

/*修改mintUI 弹窗样式大小*/
.noticeErrorToast{
  transform: scale(2) !important;
  margin-left:-.6rem !important;
}
使用:
 _this.$Toast({
                        message: '请选择使用人',
                        duration: 2000,
                        className: 'noticeErrorToast'
});

  

  

相关文章:

  • 2021-12-30
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
猜你喜欢
  • 2021-04-25
  • 2021-08-31
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案