mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
弹窗没剧中
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
|
||||
.dlg-box{
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
//background: transparent !important;
|
||||
padding:120px 60px 20px 50px;
|
||||
}
|
||||
|
||||
@@ -188,10 +188,10 @@ export default {
|
||||
this.popupConfig={
|
||||
id:'123',//数据id
|
||||
closeable:false,//不可以关闭
|
||||
width:'500px',//宽度
|
||||
width:'472px',//宽度
|
||||
height:'500px',
|
||||
title:'用户体验调研',//标题
|
||||
content:'<div style="font-size:20px;font-weight: 600;padding-bottom:10px">亲爱的校友:</div><div> 诚邀您对11月4日上线的学习平台V2.0的使用体验进行测评,我们将以您的意见反馈为输入,不断的优化和改进。</div>',//文字内容
|
||||
content:'<div style="font-size:20px;font-weight: 600;padding-bottom:10px;">亲爱的校友:</div><div> 诚邀您对11月4日上线的学习平台V2.0的使用体验进行测评,我们将以您的意见反馈为输入,不断的优化和改进。</div>',//文字内容
|
||||
bgImage:'dlg_bg_pen',//背景图
|
||||
pcUrl:'https://boehrsurvey.wjx.cn/vm/O5XcWrk.aspx',//点击后打开的地址,最好是使用相对地址
|
||||
h5Url:'',
|
||||
|
||||
Reference in New Issue
Block a user