From a2d6736bd1bf2767e835740eda8767edb0ad66c3 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 9 Oct 2024 11:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/examnum/countExam.html | 110 +++---- .../templates/system/trainnum/trainnum.html | 277 +++++++++++------- 2 files changed, 234 insertions(+), 153 deletions(-) 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}} +
++ 待审核 +
+