fix: scale subsystem integration diagram to 50% to avoid overflow
Deploy Slides / build-and-deploy (push) Successful in 1m42s

This commit is contained in:
2026-07-16 10:27:06 +08:00
parent bc65611f05
commit e146179fd9
+2 -2
View File
@@ -207,7 +207,7 @@ graph LR
# 平台分层架构 — 主系统功能
<div class="mt-2" style="transform: scale(0.5); transform-origin: top left; height: 50vh;">
<div class="mt-2">
```mermaid
graph TB
@@ -244,7 +244,7 @@ graph TB
# 平台分层架构 — 子系统集成
<div class="mt-2">
<div class="mt-2" style="transform: scale(0.5); transform-origin: top left; height: 50vh;">
```mermaid
graph LR