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 @@