From 7a1f516e93e6c98bbdca41d289724f347742928a Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 25 五月 2026 01:23:57 +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 334194f..31bf9de 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.svg'
+import aiHead from '@/assets/images/head.png'
const router = useRouter()
@@ -570,23 +570,23 @@
}
.ai-stage__ring {
- width: 300px;
- height: 300px;
+ width: 380px;
+ height: 380px;
display: grid;
place-items: center;
position: relative;
}
.ai-stage__core {
- width: 340px;
- height: 340px;
+ width: 380px;
+ height: 380px;
display: grid;
place-items: center;
}
.ai-stage__core img {
- width: 360px;
- height: 360px;
+ width: 380px;
+ height: 380px;
object-fit: contain;
transform: translateY(-24px);
filter: drop-shadow(0 10px 24px rgba(76, 135, 255, 0.22));
--
Gitblit v1.9.3