mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
弹出公告窗口
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<el-dialog width="520px" :close-on-press-escape="false" :close-on-click-modal="false" class="medalbox" :visible.sync="showGonggao" :append-to-body="true" >
|
||||
<div class="jinian-medal-img" :style="`background: url(${webBaseUrl}/images/gonggao/dlg_bg.png) no-repeat;`">
|
||||
<div style="text-align: left;padding:180px 70px 100px 60px; width: 500px;">
|
||||
<div style="color: #333333;font-size: 26px;padding: 30px 0px;text-align: center;">最新公告</div>
|
||||
<div style="color: #333333;font-size: 26px;padding: 30px 0px;text-align: center;font-weight: 700;">最新公告</div>
|
||||
<div style="color: #333333;font-size: 18px;height: 150px;">
|
||||
为了保障信息安全,为您提供更优质的服务,学习平台计划在2022年11月8日晚24点-11月9日早6点进行服务器升级,
|
||||
为了保障信息安全,为您提供更优质的服务,学习平台计划在2022年11月9日0点-11月9日早6点进行服务器升级,
|
||||
在此期间,您无法登录学习,给您带来不便,还请谅解,感谢您的理解与支持。
|
||||
</div>
|
||||
</div>
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
mounted() {
|
||||
let now=new Date();
|
||||
let min=new Date(2022,10,7,14,0,0);
|
||||
let min=new Date(2022,10,9,0,0,0);
|
||||
let max=new Date(2022,10,9,6,0,0);
|
||||
//console.log(now,min,max);
|
||||
//console.log(now.getTime(),min.getTime(),max.getTime());
|
||||
|
||||
Reference in New Issue
Block a user