mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 22:08:05 +08:00
* component zoom in and modifications in the call of the gifs of all components * component call Co-authored-by: Yamel Senih <ysenih@erpya.com>
40 lines
1.4 KiB
Markdown
40 lines
1.4 KiB
Markdown
# Zoom in
|
|
|
|
Allows quick access to a specific record in a window.
|
|
|
|
## ADempiere-ZK version
|
|
|
|
<img :src="$withBase('/images/components/zoom-in/zk-desktop-version-zoom-in.png')" alt="Zoom in on ZK Desktop Version" width="800px">
|
|
|
|
## ADempiere-Vue version
|
|
|
|
<img :src="$withBase('/images/components/zoom-in/ui-version-zoom-in.png')" alt="Zoom in on Mobile and Desktop Version" width="800px">
|
|
|
|
When selecting the option "**Zoom in**" in a selection type field, the window where said record is located opens.
|
|
|
|
## Where it is located?
|
|
|
|
It is located in the different fields of the selection type that are loaded in another window.
|
|
|
|
## What is it for?
|
|
|
|
It is used to access a window quickly and consult the field information.
|
|
|
|
## Functions or Observations
|
|
|
|
::: tip
|
|
You can zoom in on a window record directly from a field.
|
|
:::
|
|
|
|
## How is it used in the Desktop version?
|
|
|
|
In the desktop version, click on the field to view the menu displayed by it, then select the option "**Zoom in**" to view the record in the window where it was loaded or created.
|
|
|
|
<img :src="$withBase('/images/components/zoom-in/how-to-use-it-in-the-desktop-version.gif')" />
|
|
|
|
## How is it used in the mobile version?
|
|
|
|
In the desktop version, click on the field to view the menu displayed by it, then select the option "**Zoom in**" to view the record in the window where it was loaded or created.
|
|
|
|
<img :src="$withBase('/images/components/zoom-in/how-to-use-it-in-the-mobile-version.gif')" />
|