wizard
wizard copied to clipboard
建议样式表中针对mermaid添加一下限制
.mermaid {
max-width: 100%;
overflow: auto;
}
这样,超宽的mermaid图就只在div里滚动了,不用整个页面都左右移动。