gongchunyi
6 天以前 71dad7c6a6222a4a85530308a58f24673eb2aba8
chore: 系统架构图中间图片修改
已添加1个文件
已修改1个文件
14 ■■■■ 文件已修改
src/assets/images/head.png 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemArchitecture/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/images/head.png
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));