diff --git a/admin-core/src/main/resources/templates/index.html b/admin-core/src/main/resources/templates/index.html index a71f3e2a..82114bf6 100644 --- a/admin-core/src/main/resources/templates/index.html +++ b/admin-core/src/main/resources/templates/index.html @@ -450,6 +450,7 @@ layer.msg(text+'等'+""+data.length+""+'个学校应用(课程)授权即将到期,点击查看', { time: 20000, //20s后自动关闭 offset: 'rb', + area: ['320px', 'auto'], btn: ['查看'], yes: function(index, layero){ var url = "/jlw/universitiesCollegesJurisdictionExperimentalSystem/index.do"; @@ -463,6 +464,7 @@ }else { layer.msg('学校授权课程'+""+ret.data[0].lastDay+"天"+'即将到期,请联系管理员,过期将影响登录系统', { time: 20000, //20s后自动关闭 + area: ['320px', 'auto'], offset: 'rb' }); }