From 19f0e68b3fe3cf5244a2b936bfef4e0712bdf025 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期六, 20 六月 2026 11:02:12 +0800
Subject: [PATCH] tooltip错位修改

---
 src/views/systemArchitecture/index.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/views/systemArchitecture/index.vue b/src/views/systemArchitecture/index.vue
index 31bf9de..5380c97 100644
--- a/src/views/systemArchitecture/index.vue
+++ b/src/views/systemArchitecture/index.vue
@@ -179,7 +179,7 @@
 
 <script setup>
 import { useRouter } from 'vue-router'
-import aiHead from '@/assets/images/head.png'
+import aiHead from '@/assets/images/head.svg'
 
 const router = useRouter()
 
@@ -190,7 +190,7 @@
   'basic-dept': '/system/dept',
   'basic-product': '/basicData/product',
   'basic-approval': '/collaborativeApproval/approvalManagement',
-  'sale-customer': '/salesManagement/customerFile',
+  'sale-customer': '/salesManagement/customerFileOpenSea',
   'sale-quote': '/salesManagement/salesQuotation',
   'sale-ledger': '/salesManagement/salesLedger',
   'sale-delivery': '/salesManagement/deliveryLedger',
@@ -233,15 +233,15 @@
   { key: 'sale-customer', name: '瀹㈡埛妗f', icon: 'peoples', arrow: 'right' },
   { key: 'sale-quote', name: '閿�鍞姤浠�', icon: 'form', arrow: 'right' },
   { key: 'sale-ledger', name: '閿�鍞彴璐�', icon: 'monitor', arrow: 'right' },
-  { key: 'sale-delivery', name: '鍙戣揣鍙拌处', icon: 'clipboard', arrow: 'right' },
-  { key: 'sale-return', name: '閿�鍞��璐�', icon: 'nested', accent: true }
+  { key: 'sale-delivery', name: '鍙戣揣鍙拌处', icon: 'clipboard', arrow: true },
+  // { key: 'sale-return', name: '閿�鍞��璐�', icon: 'nested', accent: true }
 ]
 
 const purchaseFlow = [
   { key: 'purchase-supplier', name: '渚涘簲鍟嗘。妗�', icon: 'people', arrow: 'right' },
   { key: 'purchase-ledger', name: '閲囪喘鍙拌处', icon: 'monitor', arrow: 'right' },
-  { key: 'purchase-return', name: '閲囪喘閫�璐�', icon: 'nested', accent: true },
-  { key: 'purchase-contact', name: '渚涘簲鍟嗗線鏉�', icon: 'peoples', arrow: 'right' },
+  // { key: 'purchase-return', name: '閲囪喘閫�璐�', icon: 'nested', accent: true },
+  { key: 'purchase-contact', name: '渚涘簲鍟嗗線鏉�', icon: 'peoples', arrow: true },
   { key: 'purchase-report', name: '閲囪喘鎶ヨ〃', icon: 'chart' }
 ]
 
@@ -570,23 +570,23 @@
 }
 
 .ai-stage__ring {
-  width: 380px;
-  height: 380px;
+  width: 300px;
+  height: 300px;
   display: grid;
   place-items: center;
   position: relative;
 }
 
 .ai-stage__core {
-  width: 380px;
-  height: 380px;
+  width: 340px;
+  height: 340px;
   display: grid;
   place-items: center;
 }
 
 .ai-stage__core img {
-  width: 380px;
-  height: 380px;
+  width: 360px;
+  height: 360px;
   object-fit: contain;
   transform: translateY(-24px);
   filter: drop-shadow(0 10px 24px rgba(76, 135, 255, 0.22));

--
Gitblit v1.9.3