From 55789bd03d3efdaac2fcce4ddfd7cc6eced9bfc3 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期日, 26 九月 2021 19:23:31 +0800
Subject: [PATCH] logo更新

---
 src/pages/desktop/index/components/Tools.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/pages/desktop/index/components/Tools.vue b/src/pages/desktop/index/components/Tools.vue
index 3ae05c9..b0facd3 100644
--- a/src/pages/desktop/index/components/Tools.vue
+++ b/src/pages/desktop/index/components/Tools.vue
@@ -8,7 +8,7 @@
         <img class="system" :src="`${publicPath}images/desktop/header-icon/system.png`" />
       </div>
       <div class="tools-icon no-hover-style">
-        <img class="smart-ai" :src="`${publicPath}images/desktop/header-icon/SmartAI.png`" alt />
+        <img class="smart-ai" :src="`${publicPath}images/desktop/header-icon/SmartAI-鏂�.png`" alt />
       </div>
     </div>
     <div class="tools-middle">
@@ -286,7 +286,7 @@
   margin: auto;
 }
 .tools .tools-left {
-  width: 200px;
+  width: 275px;
   height: 100%;
   float: left;
   margin-left: 14px;
@@ -368,4 +368,8 @@
 .el-dropdown-menu {
   top: 40px !important;
 }
+
+.smart-ai {
+  height: 65%;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0