From 3b0b9b9b30a00bd51557d01d765384aa10bf8d2f Mon Sep 17 00:00:00 2001 From: duanliang Date: Fri, 25 Apr 2025 11:42:43 +0800 Subject: [PATCH] 25 --- src/views/sentiment/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/sentiment/index.vue b/src/views/sentiment/index.vue index 4b6c887..1f4c3c0 100644 --- a/src/views/sentiment/index.vue +++ b/src/views/sentiment/index.vue @@ -221,11 +221,12 @@ } &-warning { @extend .status; - background: #feae00; + background: #50F0A6; } &-primary { @extend .status; background: #2380fb; + } } .content {