From 9862e1be04889c584540abdd3eeb80e1a2d9807b Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期三, 13 十一月 2024 09:37:28 +0800 Subject: [PATCH] U 修改最大值 最小值标示颜色 --- src/views/test/jhyRtInfo.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/test/jhyRtInfo.vue b/src/views/test/jhyRtInfo.vue index a8067cc..bcd45de 100644 --- a/src/views/test/jhyRtInfo.vue +++ b/src/views/test/jhyRtInfo.vue @@ -413,10 +413,10 @@ text-align: center; background: #02a7f0; &.max { - background: #d9001b; + background: #438D29; } &.min { - background: #f59a23; + background: #DBD608; } } } @@ -450,10 +450,10 @@ text-align: center; background: #02a7f0; &.max { - background: #d9001b; + background: #438D29; } &.min { - background: #f59a23; + background: #DBD608; } } } @@ -485,10 +485,10 @@ padding: 2px 10px; border-radius: 6px; &.max { - background: #d9001b; + background: #438D29; } &.min { - background: #f59a23; + background: #DBD608; } } } -- Gitblit v1.9.1