diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 97c4197ae7..0fbd47b1e3 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -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 { diff --git a/docs/pattern/navigation.md b/docs/pattern/navigation.md index 66fa91001f..acd52a3b67 100644 --- a/docs/pattern/navigation.md +++ b/docs/pattern/navigation.md @@ -39,7 +39,7 @@ english: Navigation 我们将常见的导航模式分为:侧栏导航和顶部导航,两者各有优缺点,设计者可以根据各自的业务需求进行选择。 -前端实现代码可以参考 [常用布局](/docs/spec/layout/#layout-demo-top)。 +前端实现代码可以参考 [常用布局](/docs/spec/layout?scrollTo=components-spec-demo-top)。 ## 侧栏导航 diff --git a/site/component/Home/Page3.jsx b/site/component/Home/Page3.jsx index e4b61883ca..70e192defd 100644 --- a/site/component/Home/Page3.jsx +++ b/site/component/Home/Page3.jsx @@ -15,7 +15,7 @@ export default function Page3() {
丰富、灵活、实用的基础组件,为业务产品提供强有力的设计支持。