Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

流程图高度问题. #1162

Open
xiaolu6t opened this issue Nov 15, 2020 · 3 comments
Open

流程图高度问题. #1162

xiaolu6t opened this issue Nov 15, 2020 · 3 comments

Comments

@xiaolu6t
Copy link

流程图的高度错误,导致多个流程图叠加在一起.

@star7th
Copy link
Owner

star7th commented Nov 16, 2020 via email

@xiaolu6t
Copy link
Author

官方例子可重现,你编辑一下流程图或时序图,预览窗口就会乱掉.原因是流程图和时序图会在SVG中加入position:relative;导致高度失效.chrome会根据流布局重新渲染时,尝试修正这个问题.但是如果宽度不够,会就出现错位.如果要修正这个bug.只需要把你添加的这个css样式去掉就行了.但是我不找到设置option的地方.

@star7th
Copy link
Owner

star7th commented Apr 21, 2021

现在翻到这个历史问题。我并不能重现你说的情况。我不知道是不是后面的什么改动修复了此bug,还是说此bug要很特殊情况才能触发。总之我常规的流程图重现不了问题。你可以提供可重现代码。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants