fix: 修改系统架构图的浮动位置为固定位置

将 `\begin{figure}[htbp]` 修改为 `\begin{figure}[H]`,以确保系统架构图在文档中保持固定位置,避免浮动带来的排版问题。
This commit is contained in:
carry 2025-04-29 18:13:18 +08:00
parent 7d6444c6c8
commit e7af584e9a

View File

@ -1,4 +1,4 @@
\begin{figure}[htbp]
\begin{figure}[H]
\centering
\begin{tikzpicture}[node distance=1.5cm, auto,
block/.style={rectangle, draw, fill=white, text width=12cm, text centered, rounded corners, minimum height=1.2cm, font=\small},