diff --git a/web/src/main/resources/templates/jlw/teacher/studentLogin.html b/web/src/main/resources/templates/jlw/teacher/studentLogin.html index 6043becb..e2e8ef2e 100644 --- a/web/src/main/resources/templates/jlw/teacher/studentLogin.html +++ b/web/src/main/resources/templates/jlw/teacher/studentLogin.html @@ -83,8 +83,8 @@ even:true, // skin:'nob', size:"lg", - method : 'post', - url : Common.ctxPath + '/jlw/student/logList.json' // 数据接口 + method : 'get', + url : Common.ctxPath + '/jlw/student/studentLogList.json' // 数据接口 ,page : Lib.tablePage // 开启分页 ,limit : 10, cols : [ [ // 表头 diff --git a/web/src/main/resources/templates/jlw/teacher/studentUsageLog.html b/web/src/main/resources/templates/jlw/teacher/studentUsageLog.html index 627b0147..b2534dd2 100644 --- a/web/src/main/resources/templates/jlw/teacher/studentUsageLog.html +++ b/web/src/main/resources/templates/jlw/teacher/studentUsageLog.html @@ -9,100 +9,132 @@ color: white!important; } .xxmc{ - white-space: nowrap;text-overflow:ellipsis;line-height: 37px;font-size: 16px;padding-left: 10px;width: auto !important;min-width: 200px;max-width: 300px;overflow: hidden;height: 37px; + white-space: nowrap; + text-overflow:ellipsis; + line-height: 37px;font-size: 16px; + padding-left: 10px; + width: auto !important; + min-width: 200px; + max-width: 300px; + overflow: hidden; + height: 37px; } + .layui-form-item .layui-input-inline,.layui-form-item .layui-inline { + margin-right: 0px; + } + -