Fix some detail style

This commit is contained in:
afc163 2016-05-10 15:44:24 +08:00
parent f2040acba2
commit 001cf94e45
3 changed files with 4 additions and 3 deletions

View File

@ -86,6 +86,7 @@
margin-left: -1px;
left: 1px;
position: relative;
z-index: 1;
}
}
@ -218,7 +219,7 @@
top: 1px;
float: left;
border-bottom: 2px solid transparent;
z-index: 1;
z-index: 2;
&-active,
&-selected {

View File

@ -39,7 +39,7 @@ english: Navigation
我们将常见的导航模式分为:侧栏导航和顶部导航,两者各有优缺点,设计者可以根据各自的业务需求进行选择。
前端实现代码可以参考 [常用布局](/docs/spec/layout/#layout-demo-top)。
前端实现代码可以参考 [常用布局](/docs/spec/layout?scrollTo=components-spec-demo-top)。
## 侧栏导航

View File

@ -15,7 +15,7 @@ export default function Page3() {
<h2 key="h2">丰富的基础组件</h2>
<p key="p" style={{ maxWidth: 280 }}>丰富灵活实用的基础组件为业务产品提供强有力的设计支持</p>
<div key="button">
<Link to="/components">
<Link to="/docs/react">
<Button type="primary" size="large">
了解更多
<Icon type="right" />