当屏幕过小时(13.3寸),菜单过多时,会把语言切换按钮挤到下一行
@@ -9,7 +9,7 @@ export default class TopNavHeader extends PureComponent {
super(props);
this.state = {
- maxWidth: (props.contentWidth === 'Fixed' ? 1200 : window.innerWidth) - 330 - 165 - 4,
+ maxWidth: (props.contentWidth === 'Fixed' ? 1200 : window.innerWidth) - 330 - 165 - 4 - 26,
};
}