Layout
Handling the overall layout of a page.
Specification
Size
The first level navigation is inclined left near a logo, and the secondary menu is inclined right.
- Top Navigation (almost systems): the height of the first level navigation
64px
, the second level navigation48px
. - Top Navigation(contents page): the height of the first level navigation
80px
, the second level navigation56px
. - Calculation formula of a top navigation:
48+8n
. - Calculation formula of an aside navigation:
200+8n
.
For more specifications Please check the official docs.
Examples
Here is the dashboard layout.
Here is the default layout used on authentication pages.
Looking for more Ant Design Vue Layout? Please check the official docs.