> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/kuai-su-shang-shou/navigating-the-canvas.md).

# 在画布中导航

### 平移画布（四处移动）

使用鼠标

* 要向任意方向移动画布，请按住： `Command + 左键单击 + 拖拽`
* 要上下移动画布： `垂直滚动`
* 要左右移动画布： `Shift + 滚动`

使用触控板

* 要使用触控板平移画布：使用双指滚动，并向上/下或向左/右滚动。

<figure><img src="/files/42f2eeb0d559e47dc7176a5612a350e93d07725c" alt=""><figcaption></figcaption></figure>

### 在画布上移动框架

基础框架移动

* 要移动框架， `选择（左键单击）+ 拖拽` 任意框架或画板来重新定位它。

<figure><img src="/files/beb750dade444dd08f218da6a0fca726261f56b8" alt=""><figcaption></figcaption></figure>

多选

* 要选择多个框架或画板： `Shift + 单击` 或 `拖拽选择`
* 要移动多个框架或画板：选中多个框架后，将它们拖动到新位置。

<figure><img src="/files/7b6e645fa8c834b0c1cfdbcba1cff54e3371868b" alt=""><figcaption></figcaption></figure>

更精细的调整

* 要进行更精细的重新定位调整：使用方向键以小幅度移动所选元素。

<figure><img src="/files/f491a37c23ee795903b42ac31984c0e0ef2b2660" alt=""><figcaption></figcaption></figure>

### 缩放和网格控制

使用触控板手势

* 要放大或缩小：在触控板上捏合或张开。
* 要以鼠标指针为中心放大或缩小： `Cmd/Ctrl + 滚动`

使用键盘快捷键

* 要放大： `Cmd/Ctrl + +`

<figure><img src="/files/d31f8fb2fd3f16e601f7e850c72d718f387d0235" alt=""><figcaption></figcaption></figure>

* 要缩小： `Cmd/Ctrl + -`

<figure><img src="/files/16d614e81ab4c2adc52dbc746e5e608c3218c50b" alt=""><figcaption></figcaption></figure>

* 要缩放至适合所选内容： `Shift + 1`
* 要将缩放重置为默认值（100%）： `Cmd/Ctrl + 0`

在右下角的画布缩放菜单中，点击缩放百分比下拉菜单（例如“15%”）可使用以下选项：

* 放大： `Cmd/Ctrl + +`
* 缩小： `Cmd/Ctrl + -`
* 缩放以适配： `Shift + 1`
* 预设：10%、100%、200%
* 隐藏/显示网格切换

### 流畅工作流程小贴士

* 要快速定位并访问屏幕外的项目，请使用左侧的图层面板。
* 为保持原本复杂的画布井然有序，请重命名画板和图层。
* 组移动：选中多个元素并将它们一起拖动，以便更快地重新定位。

### 常见问题及解决方法

如果画布卡住或无法移动

* 解决方法：按 Esc 退出任何当前工具模式，然后重试平移。

如果画布放大/缩小过快或过慢

* 解决方法：调整系统中的触控板或鼠标设置，以改变滚动灵敏度。

网格不见了？

* 解决方法：通过缩放菜单（右下角）重新启用网格。

***

如果你有任何问题或疑问，请随时联系我们。我们很乐意提供帮助，请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/kuai-su-shang-shou/navigating-the-canvas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
