diff --git a/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html index 13d0f76..722b351 100644 --- a/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html +++ b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html @@ -11,30 +11,31 @@ margin: 0 auto; } .count_top{ - width: 100%; - height: 18%; + width: 27%; + height: 100%; } .count_center{ width: 100%; - height: 40%; + height: 50%; background-color: white; border-radius: 10px; display: flex; justify-content: space-between; overflow: hidden; + margin-top: 10px; } .count_top ul{ width: 100%; height: 100%; list-style: none; display: flex; - justify-content: space-between; - align-items: center; padding: 0; + flex-direction: column; + justify-content: space-around; } .count_top ul li{ - width: 333px; - height: 120px; + width: 289px; + height: 110px; background-color: white; border-radius: 10px; box-shadow: -4px 4px 4px #d5d5d5; @@ -42,8 +43,8 @@ overflow: hidden; } .yuan{ - width: 300px; - height: 300px; + width: 266px; + height: 266px; display: inline-block; position: absolute; bottom: -163px; @@ -62,8 +63,8 @@ .count_top ul li i{ font-size: 33px; position: absolute; - top: 72%; - left: 82%; + top: 66%; + left: 85%; transform: translate(-50%,-50%); } .count_top ul li .textList{ @@ -85,9 +86,10 @@ } .count_bottom{ width: 100%; - height: 46%; + height: 50%; background-color: white; border-radius: 10px; + margin-top: 10px; } .children_echarts{ width: 33%; @@ -100,51 +102,51 @@
+ {{countList.total}} +
++ 考试总数 +
++ {{countList.tg}} +
++ 通过人数 +
++ {{countList.wtg}} +
++ 未通过人数 +
+- {{countList.total}} -
-- 考试总数 -
-- {{countList.tg}} -
-- 通过人数 -
-- {{countList.wtg}} -
-- 未通过人数 -
-- {{countList.total}} -
-- 培训次数 -
-- {{countList.shtg}} -
-- 审核通过 -
-- {{countList.shwtg}} -
-- 审核未通过 -
-- {{countList.dsh}} -
-- 待审核 -
-+ {{countList.total}} +
++ 培训次数 +
++ {{countList.shtg}} +
++ 审核通过 +
++ {{countList.shwtg}} +
++ 审核未通过 +
++ {{countList.dsh}} +
++ 待审核 +
+