From 59dc58707c94937abf53fbcb7d919e9313fb7113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Mon, 24 Jul 2023 03:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=BB=98=E8=AE=A4=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E4=B8=8A=E4=BC=A0=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/teacherIndex.html | 7 +- .../jlw/courseInfo/courseConfigureNew.html | 127 +++++++++++++----- 2 files changed, 100 insertions(+), 34 deletions(-) diff --git a/admin-core/src/main/resources/templates/teacherIndex.html b/admin-core/src/main/resources/templates/teacherIndex.html index 2549289e..b49caf04 100644 --- a/admin-core/src/main/resources/templates/teacherIndex.html +++ b/admin-core/src/main/resources/templates/teacherIndex.html @@ -62,8 +62,8 @@ 时间:
- +
@@ -283,12 +283,13 @@ var adminIndexDetailData = []; var adminIndexBarchartData = []; - locadInfo(); + locadInfo(Common.getNowDate(-30),Common.getNowDate(1)); //日期时间范围选择 laydate.render({ elem: '#allDate' , type: 'date' , range: true + , value: [Common.getNowDate(-30) +' - '+Common.getNowDate(1)] , done: function (value, date) { if ($.isEmpty(value)) { Common.info("请选择时间!!"); diff --git a/web/src/main/resources/templates/jlw/courseInfo/courseConfigureNew.html b/web/src/main/resources/templates/jlw/courseInfo/courseConfigureNew.html index 8bcdce63..384b7670 100644 --- a/web/src/main/resources/templates/jlw/courseInfo/courseConfigureNew.html +++ b/web/src/main/resources/templates/jlw/courseInfo/courseConfigureNew.html @@ -54,6 +54,16 @@ position: relative; overflow: visible !important; } + .progressCss_mp4,.progressCss_file,.progressCss_ppt{ + width: 100%; + background: #f0f0f0; + padding: 14px; + position: relative; + margin-top:10px; + } + .closeInfo{ + position: absolute;right: 10px;bottom: 10px;cursor: pointer;color: red; + }
@@ -65,36 +75,48 @@