> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/008-can-i-resize-the-source-code-and-preview-panels-or-hide-them-altogether-and-then-restore-them-la.md).

# 我可以调整源代码和预览面板的大小，或者把它们完全隐藏起来（然后再恢复

是的——你可以调整竖直分隔条的位置来改变这些面板的大小。

要完全隐藏文件列表或预览面板，请点击竖直分隔条侧边的窄面板。你可以再次点击相应的箭头按钮来恢复文件列表和预览面板。

要隐藏源代码编辑器，请点击预览面板上方的“全屏”按钮，然后再次点击“分屏”以恢复并排的编辑器和预览面板。

![调整大小、隐藏和恢复文件列表、源代码和预览面板](/files/5c007bdc54fd31d43cbf5c8212514f286d2f5ea6)

## 另见

* [如何使用 Overleaf 布局菜单](/latex/zh-cn/zhi-shi-ku/083-how-to-use-the-overleaf-layout-menu.md)：介绍 Overleaf 的“布局”菜单，其中提供了 4 个选项来配置你的 Overleaf 工作区。
* [找不到 PDF 查看器](/latex/zh-cn/zhi-shi-ku/023-can-t-find-the-pdf-viewer.md)：如果你找不到 PDF 查看器，该怎么办。


---

# 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://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/008-can-i-resize-the-source-code-and-preview-panels-or-hide-them-altogether-and-then-restore-them-la.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.
