We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
首先感谢大佬的主题方案。
当光标在mermaid图中,使其处于编辑状态时,下方的内容会上移,导致显示重叠。光标离开mermaid编辑状态时,恢复正常。
切换回默认主题后问题消失。
// 使用~~~代替三个点号演示mermaid ~~~mermaid graph LR a --- b --- c ~~~ ~~~mermaid graph LR d --- e --- f --- g ~~~
The text was updated successfully, but these errors were encountered:
@WangQuan-cn 试了下,把 vue.css 文件中第 303 行的 margin: 0.8rem 0 !important; 代码去掉 !important; 就行了,即改成:
vue.css
margin: 0.8rem 0 !important;
!important;
margin: 0.8rem 0;
Sorry, something went wrong.
No branches or pull requests
首先感谢大佬的主题方案。
当光标在mermaid图中,使其处于编辑状态时,下方的内容会上移,导致显示重叠。光标离开mermaid编辑状态时,恢复正常。
切换回默认主题后问题消失。
The text was updated successfully, but these errors were encountered: