From 598e5c998a6c53b3c57e7534d49e5dd9942e3a59 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Mon, 12 Aug 2024 18:12:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/wjxCswj/WjxCswjStuList.vue | 10 +++++----- src/views/kc/wjxDcwj/WjxDcwjStuList.vue | 6 +++--- src/views/zy/zyInfo/StudentZyInfoList.vue | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/kc/wjxCswj/WjxCswjStuList.vue b/src/views/kc/wjxCswj/WjxCswjStuList.vue index 7f2e9db..cc425cb 100644 --- a/src/views/kc/wjxCswj/WjxCswjStuList.vue +++ b/src/views/kc/wjxCswj/WjxCswjStuList.vue @@ -184,11 +184,11 @@ function classFun(type){ if(type == '-1'){ - return 'background: linear-gradient(180deg, #4ad5b9, #18a689);'; + return 'background: linear-gradient(180deg, #63c4e4, #24a7d5);'; }else if(type == '0'){ return 'background: linear-gradient(180deg, #fea317, #ff7d28);'; }else if(type == '1'){ - return 'background: linear-gradient(180deg, #f84444, #d40505)'; + return 'background: linear-gradient(180deg, #fb8c7f, #f56670)'; } } function getStatus(flag){ @@ -242,10 +242,10 @@ transform: rotate(45deg); background: linear-gradient(90deg, #93d861, #8ddc53, #35c495); color: #fff; - padding: 17px 10px 10px 10px; + padding: 10px 10px 4px 10px; position: relative; - top: -33px; - right: -404px; + top: -30px; + right: -406px; text-align: center; font-size: 12px; } diff --git a/src/views/kc/wjxDcwj/WjxDcwjStuList.vue b/src/views/kc/wjxDcwj/WjxDcwjStuList.vue index 24568dc..25db207 100644 --- a/src/views/kc/wjxDcwj/WjxDcwjStuList.vue +++ b/src/views/kc/wjxDcwj/WjxDcwjStuList.vue @@ -185,11 +185,11 @@ function classFun(type){ if(type == '-1'){ - return "background: #fe1a1a"; + return 'background: linear-gradient(180deg, #ff816b, #fe748e);'; }else if(type == '0'){ - return "background: #c6c209"; + return 'background: linear-gradient(180deg, #fea317, #ff7d28);'; }else if(type == '1'){ - return "background: #18a689"; + return 'background: linear-gradient(180deg, #61c4e3, #23a6d4)'; } } diff --git a/src/views/zy/zyInfo/StudentZyInfoList.vue b/src/views/zy/zyInfo/StudentZyInfoList.vue index 1b1105e..3061a3f 100644 --- a/src/views/zy/zyInfo/StudentZyInfoList.vue +++ b/src/views/zy/zyInfo/StudentZyInfoList.vue @@ -288,11 +288,11 @@ function getCctype(record, type) { function classFun(record) { if (record.stuscore) { - return 'background: linear-gradient(180deg, #4ad5b9, #18a689);'; + return 'background: linear-gradient(180deg, #fb8c7f, #f56670);'; } else if (record.stuFilePath) { return 'background: linear-gradient(180deg, #fea317, #ff7d28);'; } else { - return 'background: linear-gradient(180deg, #f84444, #d40505)'; + return 'background: linear-gradient(180deg, #61c4e3, #23a6d4)'; } } function callText(record) { @@ -440,9 +440,9 @@ onMounted(() => { transform: rotate(45deg); background: linear-gradient(90deg, #93d861, #8ddc53, #35c495); color: #fff; - padding: 17px 10px 10px 10px; + padding: 10px 0px 5px 0px; position: relative; - top: -68px; + top: -65px; right: -400px; text-align: center; font-size: 12px;