diff --git a/src/components/AlertPopup.vue b/src/components/AlertPopup.vue index 9d64f34b..c3bfb8de 100644 --- a/src/components/AlertPopup.vue +++ b/src/components/AlertPopup.vue @@ -78,6 +78,7 @@ .dlg-box{ text-align: center; + margin: 0 auto; //background: transparent !important; padding:120px 60px 20px 50px; } diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 1a591298..cb383614 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -188,10 +188,10 @@ export default { this.popupConfig={ id:'123',//数据id closeable:false,//不可以关闭 - width:'500px',//宽度 + width:'472px',//宽度 height:'500px', title:'用户体验调研',//标题 - content:'
亲爱的校友:
诚邀您对11月4日上线的学习平台V2.0的使用体验进行测评,我们将以您的意见反馈为输入,不断的优化和改进。
',//文字内容 + content:'
亲爱的校友:
诚邀您对11月4日上线的学习平台V2.0的使用体验进行测评,我们将以您的意见反馈为输入,不断的优化和改进。
',//文字内容 bgImage:'dlg_bg_pen',//背景图 pcUrl:'https://boehrsurvey.wjx.cn/vm/O5XcWrk.aspx',//点击后打开的地址,最好是使用相对地址 h5Url:'',