jwyu 3 rokov pred
rodič
commit
4597af33f0
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      src/views/activity/applyAuth.js

+ 2 - 0
src/views/activity/applyAuth.js

@@ -92,6 +92,7 @@ export const applyAuth=(res,type,source,fromPage)=>{
                     ElMessageBox({
                         title:`${type}提醒`,
                         message:htmlStr,
+                        center: true,
                         dangerouslyUseHTMLString: true,
                         confirmButtonText:'知道了',
                         confirmButtonClass:'self-elmessage-confirm-btn'
@@ -113,6 +114,7 @@ export const applyAuth=(res,type,source,fromPage)=>{
                                 ElMessageBox({
                                     title:`${type}提醒`,
                                     message:htmlStr,
+                                    center: true,
                                     dangerouslyUseHTMLString: true,
                                     confirmButtonText:'知道了',
                                     confirmButtonClass:'self-elmessage-confirm-btn'