Commit 87078509 authored by 卖代码的's avatar 卖代码的 Committed by 偏右

切换语按钮不显示

当屏幕过小时(13.3寸),菜单过多时,会把语言切换按钮挤到下一行
parent abdeb4cd
......@@ -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,
};
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment