mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
* components (activity and close tab) * component close others * component close all * components (export reports and search menu options) * components
38 lines
1.4 KiB
Markdown
38 lines
1.4 KiB
Markdown
# 隱藏菜單
|
|
|
|
使您可以隱藏窗口左側的 ADempiere 菜單。以同樣的方式,再次選擇該圖標,將顯示菜單的開始位置。
|
|
|
|
## ADempiere-ZK 版本
|
|
|
|
<img :src="$withBase('/images/components/hide-menu/zk-desktop-version-hide-menu.png')" alt="在ZK桌面版本中隱藏菜單" width="800px">
|
|
|
|
## ADempiere-Vue 版本
|
|
|
|
<img :src="$withBase('/images/components/hide-menu/ui-version-hide-menu.png')" alt="在移動和桌面版本中隱藏菜單" width="800px">
|
|
|
|
## 它在哪裡?
|
|
|
|
隱藏或顯示 ADempiere 菜單的圖標位於菜單的右側。
|
|
|
|
## 是做什麼用的?
|
|
|
|
它用於隱藏或顯示 ADempiere 菜單,當它被隱藏時,為打開的窗口,流程和報告留出更多空間。
|
|
|
|
## 功能或觀察
|
|
|
|
::: tip
|
|
隱藏菜單後,仍可以訪問其中包含的信息。為此,只需將其隱藏後顯示在垂直欄的圖標上即可。
|
|
:::
|
|
|
|
## 在桌面版中如何使用?
|
|
|
|
在桌面版本中,要隱藏菜單,請單擊菜單右側頂部的圖標。要顯示它,請再次單擊相同的圖標。
|
|
|
|
<img :src="$withBase('/images/components/hide-menu/how-to-use-it-in-the-desktop-version.gif')" />
|
|
|
|
## 在移動版本中如何使用?
|
|
|
|
在移動版本中,默認情況下菜單是隱藏的,要查看該菜單,您必須單擊窗口左上方的圖標。要隱藏菜單,必須在菜單外部單擊。
|
|
|
|
<img :src="$withBase('/images/components/hide-menu/how-to-use-it-in-the-mobile-version.gif')" />
|