mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
Fix some detail style
This commit is contained in:
parent
f2040acba2
commit
001cf94e45
@ -86,6 +86,7 @@
|
|||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -218,7 +219,7 @@
|
|||||||
top: 1px;
|
top: 1px;
|
||||||
float: left;
|
float: left;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
|
|
||||||
&-active,
|
&-active,
|
||||||
&-selected {
|
&-selected {
|
||||||
|
@ -39,7 +39,7 @@ english: Navigation
|
|||||||
|
|
||||||
我们将常见的导航模式分为:侧栏导航和顶部导航,两者各有优缺点,设计者可以根据各自的业务需求进行选择。
|
我们将常见的导航模式分为:侧栏导航和顶部导航,两者各有优缺点,设计者可以根据各自的业务需求进行选择。
|
||||||
|
|
||||||
前端实现代码可以参考 [常用布局](/docs/spec/layout/#layout-demo-top)。
|
前端实现代码可以参考 [常用布局](/docs/spec/layout?scrollTo=components-spec-demo-top)。
|
||||||
|
|
||||||
## 侧栏导航
|
## 侧栏导航
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ export default function Page3() {
|
|||||||
<h2 key="h2">丰富的基础组件</h2>
|
<h2 key="h2">丰富的基础组件</h2>
|
||||||
<p key="p" style={{ maxWidth: 280 }}>丰富、灵活、实用的基础组件,为业务产品提供强有力的设计支持。</p>
|
<p key="p" style={{ maxWidth: 280 }}>丰富、灵活、实用的基础组件,为业务产品提供强有力的设计支持。</p>
|
||||||
<div key="button">
|
<div key="button">
|
||||||
<Link to="/components">
|
<Link to="/docs/react">
|
||||||
<Button type="primary" size="large">
|
<Button type="primary" size="large">
|
||||||
了解更多
|
了解更多
|
||||||
<Icon type="right" />
|
<Icon type="right" />
|
||||||
|
Loading…
Reference in New Issue
Block a user