From 2f1543e21ac236220ee53e641411d278f30ad179 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com>
Date: Tue, 28 Mar 2023 22:06:58 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AE=BE=E7=BD=AE=E5=AE=BD?=
=?UTF-8?q?=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin-core/src/main/resources/templates/index.html | 2 ++
1 file changed, 2 insertions(+)
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'
});
}