This commit is contained in:
街角小林 2026-06-24 09:34:23 +08:00
parent 46d6b9a013
commit 13b4bdae63
2 changed files with 38 additions and 2 deletions

View file

@ -115,4 +115,22 @@
- **Node Line Style Inheritance?**
If enabled, descendant nodes inherit line styles (unless they have custom styles).
*Toggle:* Settings → *Node Line Style Inherits from Ancestor*.
*Toggle:* Settings → *Node Line Style Inherits from Ancestor*.
- You can double-click the note icon to open the note editor.
1. You can activate a node, then click the note button in the top toolbar to open the note editor.
2. For nodes that already have a note inserted, you can also directly double-click the note icon to open the note editor.
- What does the [Auto Layout] option in the canvas right-click menu do?
1. After you enable the [Free Drag] setting and drag to adjust the position of nodes, you can use this menu to restore them to their default positions.
2. If you have set a [Bottom Margin] style for a node and want to revert it, you can click this menu.
- How to resolve overlapping positions between a frame or frame text and other nodes?
This can be resolved by setting a [Bottom Margin] style for the node above.
If you have set a bottom margin for multiple nodes and want to revert it, you can click the [Auto Layout] option in the canvas right-click menu.

View file

@ -160,4 +160,22 @@ Shift + Enter键。
- 设置中的【节点连线样式继承祖先节点】是什么意思?
如果你给一个节点设置了自定义的线条样式,比如修改了颜色、虚线、粗细后,如果开启了该设置,那么该节点的后代节点线条样式也会和该节点一致,除非后代节点也设置了自定义的线条样式。如果关闭了该设置,那么线条样式就只影响自己,不影响后代节点。
如果你给一个节点设置了自定义的线条样式,比如修改了颜色、虚线、粗细后,如果开启了该设置,那么该节点的后代节点线条样式也会和该节点一致,除非后代节点也设置了自定义的线条样式。如果关闭了该设置,那么线条样式就只影响自己,不影响后代节点。
- 可以双击备注图标打开备注编辑
1.可以激活节点,点击顶部工具栏的备注按钮打开备注编辑。
2.对于已经插入了备注的节点,也可以直接双击备注图标打开备注编辑。
- 画布右键菜单中的【一键整理布局】菜单有什么用?
1.当你开启了【自由拖拽】设置后,并且拖拽调整了节点的位置,可以通过该菜单来恢复到默认位置。
2.如果你给节点设置了【下外边距】样式,你想恢复,可以点击该菜单。
- 外框或外框文字和其他节点位置重叠什么解决?
可以通过给上面一个节点设置【下外边距】样式来解决。
如果给多个节点设置了下外边距后,你想恢复,可以点击画布右键菜单中的【一键整理布局】菜单。