From 7726b6cdab80596d2e2f7dd3fe1ec3dfbdeee155 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期五, 12 六月 2026 09:42:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro_河南鹤壁' into dev_pro_河南鹤壁
---
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