gongchunyi
5 天以前 011fb050f38df11fbb5e17a51d56e1b50602fd93
Revert "chore: 系统架构图中间图片修改"

This reverts commit 71dad7c6a6222a4a85530308a58f24673eb2aba8.
已修改1个文件
已删除1个文件
14 ■■■■ 文件已修改
src/assets/images/head.png 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemArchitecture/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/images/head.png
Binary files differ
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));