From 0a251e40e30e7c8a96d71b3b9b6c459d4dfa4b22 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 08 七月 2026 23:04:45 +0800
Subject: [PATCH] 暂存

---
 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