diff --git a/public/css/new.css b/public/css/new.css index 486e4a2..63337a3 100644 --- a/public/css/new.css +++ b/public/css/new.css @@ -15,4 +15,7 @@ align-items: center; justify-content: center; flex-flow: column; +} +.my-module-title{ + background: url(../images/one/2x1.png) no-repeat;background-size: 100%; } \ No newline at end of file diff --git a/public/index.html b/public/index.html index d0bd3ba..614cd7c 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ - + diff --git a/src/api/problemmodify/index.js b/src/api/problemmodify/index.js index 4a28eaf..728615e 100644 --- a/src/api/problemmodify/index.js +++ b/src/api/problemmodify/index.js @@ -48,9 +48,9 @@ const getMonitAndWarning=(deptId,projectId=0)=>{ } -const listSspProblemmodify=data=>{ +const listSspProblemmodify=(data,pageSize,pageNum)=>{ return request({ - url: `bgscreen/problemmodify/listSspProblemmodify`, + url: `bgscreen/problemmodify/listSspProblemmodify?pageNum=${pageNum}&pageSize=${pageSize}`, method: 'post', data:data }) diff --git a/src/pages/components/ProblemmodifyDetail.vue b/src/pages/components/ProblemmodifyDetail.vue index bdf0e60..103b42c 100644 --- a/src/pages/components/ProblemmodifyDetail.vue +++ b/src/pages/components/ProblemmodifyDetail.vue @@ -42,8 +42,8 @@