1. 在浏览器中切换至 Mermaid 模块生成示例图,确认 SVG 容器占满可用空间且居中显示。

2. 若存在缓存,建议强制刷新(Ctrl+F5)以确保最新样式生效。
This commit is contained in:
史悦
2025-10-27 15:10:06 +08:00
parent f7fd53c9a2
commit ae46cedd37
2 changed files with 34 additions and 2 deletions

View File

@@ -291,6 +291,17 @@ iconify-icon {
transform-origin: center top;
}
.svg-content-wrapper--mermaid {
flex: 1;
margin: 1rem;
text-align: center;
width: 100%;
height: 100%;
object-fit: contain;
max-width: 100% !important;
}
/* 小手摇摆动画 */
@keyframes wave {
0%, 100% {transform: translateX(0px) rotate(90deg);}
@@ -436,3 +447,12 @@ iconify-icon {
#send-button.terminate-mode {
border-color: #dc2626;
}
.flowchart {
width: 100%;
height: 100%;
object-fit: contain;
max-width: 100% !important;
}