fix: when there are too many menu items in a row, hide some of them

This commit is contained in:
chenos 2021-03-17 17:41:43 +08:00
parent 2e4bf25923
commit fcf7b367ac

View File

@ -26,4 +26,12 @@ body {
.ant-layout-content {
overflow: auto;
}
.ant-layout-header {
display: flex;
}
.ant-menu-dark.ant-menu-horizontal {
margin-right: 100px;
}