diff --git a/components/menu/demo/horizontal.md b/components/menu/demo/horizontal.md index 2082204b24..0d9aaf29b0 100755 --- a/components/menu/demo/horizontal.md +++ b/components/menu/demo/horizontal.md @@ -44,7 +44,7 @@ class App extends React.Component { Navigation Two - Navigation Three - Submenu}> + Navigation Three - Submenu}> Option 1 Option 2 diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 364a5eb8c8..69d4f59c0f 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -180,6 +180,10 @@ border-radius: @border-radius-base; z-index: @zindex-dropdown; + .submenu-title-wrapper { + padding-right: 20px; + } + &:before { position: absolute; top: -7px; @@ -272,12 +276,13 @@ border-bottom: @border-width-base @border-style-base @border-color-split; box-shadow: none; line-height: 46px; + white-space: nowrap; > .@{menu-prefix-cls}-item, > .@{menu-prefix-cls}-submenu { position: relative; top: 1px; - float: left; + display: inline-block; border-bottom: 2px solid transparent; &:hover, diff --git a/package.json b/package.json index 8f259976fc..edc49e3173 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "rc-editor-mention": "^1.0.2", "rc-form": "^2.1.0", "rc-input-number": "~4.0.0", - "rc-menu": "~7.3.0", + "rc-menu": "7.4.0-beta", "rc-notification": "~3.2.0", "rc-pagination": "~1.17.0", "rc-progress": "~2.2.2",