From 011fb050f38df11fbb5e17a51d56e1b50602fd93 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 26 五月 2026 11:14:33 +0800
Subject: [PATCH] Revert "chore: 系统架构图中间图片修改"

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

diff --git a/src/views/systemArchitecture/index.vue b/src/views/systemArchitecture/index.vue
index 31bf9de..334194f 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()
 
@@ -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