From 399a3afa0fa81ae58160f735756a909ba3b7260e Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Tue, 19 Sep 2023 11:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E7=8F=AD=E8=A1=A8=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E7=AB=99=E6=A0=B7=E5=BC=8F=E9=80=82=E9=85=8D=E6=9A=97?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/PlanEditor.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/PlanEditor.vue b/ui/src/components/PlanEditor.vue index a5a33eb35..b08077c8d 100644 --- a/ui/src/components/PlanEditor.vue +++ b/ui/src/components/PlanEditor.vue @@ -584,7 +584,7 @@ const avatar_bg = computed(() => { background-color: rgba(32, 128, 240, 0.22); } &.true { - background-color: #fff; + background-color: var(--n-color); border: 1px solid rgb(32, 128, 240); } .facility-name { @@ -605,7 +605,7 @@ const avatar_bg = computed(() => { } &.true { - background-color: #fff; + background-color: var(--n-color); border: 1px solid rgb(240, 160, 32); } @@ -627,7 +627,7 @@ const avatar_bg = computed(() => { } &.true { - background-color: #fff; + background-color: var(--n-color); border: 1px solid rgb(24, 160, 88); }