💄 menu inlineIndent should be number

This commit is contained in:
偏右 2019-10-12 12:01:38 +08:00 committed by GitHub
parent fc697007c5
commit f7c37e5509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,7 +290,7 @@ class MainContent extends Component {
});
const menuChild = (
<Menu
inlineIndent="40"
inlineIndent={40}
className="aside-container menu-site"
mode="inline"
openKeys={openKeys}