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/index.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/test/index.vue b/src/views/test/index.vue index b5cc44a..4f4dd90 100644 --- a/src/views/test/index.vue +++ b/src/views/test/index.vue @@ -146,6 +146,7 @@ } function chooseDev(params) { + // console.log('params', params, '============='); currentDevId.value = params.devId; } @@ -657,10 +658,10 @@ text-align: center; background: #02a7f0; &.max { - background: #d9001b; + background: #438D29; } &.min { - background: #f59a23; + background: #DBD608; } } } @@ -694,10 +695,10 @@ text-align: center; background: #02a7f0; &.max { - background: #d9001b; + background: #438D29; } &.min { - background: #f59a23; + background: #DBD608; } } } @@ -729,10 +730,10 @@ padding: 2px 10px; border-radius: 6px; &.max { - background: #d9001b; + background: #438D29; } &.min { - background: #f59a23; + background: #DBD608; } } } -- Gitblit v1.9.1