From 9d43e7051075f1fc1b2fee680a79f90becddd63f Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期三, 12 一月 2022 17:53:52 +0800
Subject: [PATCH] tab禁用

---
 src/pages/desktop/index/components/Tools.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/pages/desktop/index/components/Tools.vue b/src/pages/desktop/index/components/Tools.vue
index d1c9193..6ef8db8 100644
--- a/src/pages/desktop/index/components/Tools.vue
+++ b/src/pages/desktop/index/components/Tools.vue
@@ -53,7 +53,7 @@
       <div class="tools-icon no-hover-style">
         <img
           class="smart-ai"
-          :src="`${publicPath}images/desktop/header-icon/SmartAI.png`"
+          :src="`${publicPath}images/desktop/header-icon/SmartAI-鏂�.png`"
           alt
         />
       </div>
@@ -350,8 +350,6 @@
     });
     this.askSysUpdate();
     this.askAppUpdate();
-
-    
   },
   methods: {
     askAppUpdate() {
@@ -561,7 +559,7 @@
   margin: auto;
 }
 .tools .tools-left {
-  width: 200px;
+  width: 275px;
   height: 100%;
   float: left;
   margin-left: 14px;
@@ -841,6 +839,11 @@
   height: 100%;
   margin-right: 14px;
 }
+
+.smart-ai {
+  height: 65%;
+}
+
 .el-dropdown-menu {
   top: 40px !important;
 }

--
Gitblit v1.8.0