Procházet zdrojové kódy

提示弹窗居中

jwyu před 3 roky
rodič
revize
4597af33f0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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'