From 23655ae6fc23c883a2ef94568a32c488535b8fc2 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 28 十月 2024 17:08:43 +0800
Subject: [PATCH] 1、调整总控车间看板导航栏背景图 2、总控车间看板假数据配置时的字数限制为5个字的调整为99个字

---
 src/components/tools/Logo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/tools/Logo.vue b/src/components/tools/Logo.vue
index 2fe9c07..c5f8e93 100644
--- a/src/components/tools/Logo.vue
+++ b/src/components/tools/Logo.vue
@@ -7,7 +7,7 @@
       <img v-else src="~@/assets/logo-yt.jpg" alt="logo">
       <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo棰滆壊鏍规嵁涓婚棰滆壊鍙樺寲 -->
 
-      <h1 v-if="showTitle">{{ title }}</h1>
+      <h1 v-if="showTitle" style="color: #fff">{{ title }}</h1>
     </router-link>
   </div>
 </template>

--
Gitblit v1.9.3