From b7499f12d194a27aff6657d04adca52ffbf64bc6 Mon Sep 17 00:00:00 2001 From: lixuefeng <1126141216@qq.com> Date: Tue, 3 Feb 2026 11:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=EF=BC=9A=E5=BC=80=E5=8F=91?= =?UTF-8?q?=20=E6=8F=8F=E8=BF=B0=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/scenic/components/box-1.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index 66df286..c735189 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -423,11 +423,11 @@ import pubSub from 'pubsub-js' } .tag--important { @extend .tag; - background: #feae00; + background:#d9011b; } .tag--warn { @extend .tag; - background: #d9011b; + background: #feae00; } .tag--normal { @extend .tag;