From 80bae5f5cb440b7d3c8f5ae37be86301d7bc2955 Mon Sep 17 00:00:00 2001 From: dataeaseShu <tong.shu@fit2cloud.com> Date: Wed, 6 Mar 2024 15:48:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20Lo?= =?UTF-8?q?go=E9=A2=9C=E8=89=B2=E8=B7=9F=E9=9A=8F=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/Header.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/layout/components/Header.vue b/core/core-frontend/src/layout/components/Header.vue index 1cdf290574..0688f9fdcc 100644 --- a/core/core-frontend/src/layout/components/Header.vue +++ b/core/core-frontend/src/layout/components/Header.vue @@ -101,6 +101,10 @@ onMounted(() => { color: var(--ed-color-black) !important; } } + + .logo { + color: var(--ed-color-black) !important; + } } .header-flex { margin-bottom: 0.5px; @@ -157,6 +161,7 @@ onMounted(() => { width: 134px; height: 34px; margin-right: 48px; + color: #ffffff; } </style>