From a4d039cee6e2943eb025717a8fe69b4c992797a5 Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期一, 30 十二月 2024 11:14:11 +0800
Subject: [PATCH] 整合代码 添加系统菜单默认图标

---
 Source/plt-web/plt-web-ui/src/page/index/logo.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/page/index/logo.vue b/Source/plt-web/plt-web-ui/src/page/index/logo.vue
index a89e19e..0db22fa 100644
--- a/Source/plt-web/plt-web-ui/src/page/index/logo.vue
+++ b/Source/plt-web/plt-web-ui/src/page/index/logo.vue
@@ -9,9 +9,9 @@
     </transition>
     <transition-group name="fade">
       <template v-if="!keyCollapse">
-<span>
-            <img class="imgSpan" :src=imgurl>
-          </span>
+        <span>
+          <img class="imgSpan" :src=imgurl>
+        </span>
         <span class="avue-logo_title"
               key="1">
           <span>
@@ -101,7 +101,7 @@
 }
 .indexTitle{
   //background-image: linear-gradient(120deg, #54b6d0 16%, #3f8bdb, #3f8bdb);
-  background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
+  background-image: linear-gradient(-225deg, #5D9FFF 0%, #9cbcdc 48%, #6BBBFF 100%);
   background-clip: text;
   color: transparent;
   font-weight: 700;

--
Gitblit v1.9.3