This commit is contained in:
afc163 2017-02-28 00:43:15 +08:00
parent f1a252768e
commit 4875908807
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ The Layout and Navigation design specification for Ant Design are as follows:
### The specification of size
The first level of the navigation is placed near by a logo inclined left, and the secondary menu is placed inclined right.
The first level of the navigation is placed near by a logo inclined left, and the secondary menu is placed inclined right.
- Top Navigation (almost systems): the height of the first level navigation `64px`, the second level of navigation `48px`
- Top Navigation(contents page): the height of the first level navigation `80px`,the second level of navigation `56px`
@ -47,4 +47,4 @@ The first level of the navigation is placed near by a logo inclined left, and th
`12px`、`14px` is a standard font size of navigations14 is used for the first and the second level of the navigation. You can choose a approprigate font size in terms of the level of your navigation.
In almost middle-back systems, Ant Design uses two general layouts of top navigation and aside navition, we collect some basic layouts of middle-back systems are designed by Ant Design as follows:
In almost middle-back systems, Ant Design uses two general layouts of top navigation and aside navition, we collect some basic layouts of middle-back systems are designed by Ant Design as follows. The demo code below is used of sample, you should [Layout](/components/layout/) component in real project.

View File

@ -47,4 +47,4 @@ Ant Design 的布局和导航设计规范如下:
`12px`、`14px` 是导航的标准字号14 号字体用在一、二级导航中。字号可以考虑导航项的等级做相应选择。
在大中后台系统中Ant Design 使用两种常见的布局形式,顶部导航布局和侧边导航布局,以下收集了使用 Ant Design 设计的中后台产品的基本布局。
在大中后台系统中Ant Design 使用两种常见的布局形式,顶部导航布局和侧边导航布局,以下收集了使用 Ant Design 设计的中后台产品的基本布局。以下演示代码仅用于参考,可以直接使用 [Layout](/components/layout/) 组件进行搭建。