From 375c04f7f24de7be62efbe3dc97e322b66153b8a Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Mon, 3 Jun 2024 14:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/commandScreen/commandCenter/rightAll.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/commandScreen/commandCenter/rightAll.vue b/src/views/commandScreen/commandCenter/rightAll.vue index db93b17..ee58fe5 100644 --- a/src/views/commandScreen/commandCenter/rightAll.vue +++ b/src/views/commandScreen/commandCenter/rightAll.vue @@ -1436,14 +1436,14 @@ onMounted(async () => { text-align: center; // background-color: #315296; background: rgb(0,33,116); - background: linear-gradient(270deg, rgba(0,33,116,0.8) 0%, rgba(40,88,184,0.3) 96%); + background: linear-gradient(270deg, rgba(0, 33, 116, 0.8) 0%, rgba(40, 88, 184, 0.3) 96%); cursor: pointer; } .title-color { // background-color: #1449b6; background: rgb(0,33,116); - background: linear-gradient(270deg, rgba(0,33,116,1) 0%, rgba(40,88,184,1) 96%); + background: linear-gradient(270deg, rgba(0, 33, 116, 1) 0%, rgba(40, 88, 184, 1) 96%); } }