提交 37437014 编写于 作者: 血诺

add header select minWidth style

上级 1f000ff9
......@@ -21,6 +21,7 @@ class Header extends Component {
style={{ width: 75 }}
size={ fullscreen ? null : 'small' }
dropdownMatchSelectWidth={false}
dropdownMenuStyle={{ minWidth: 103 }}
className={`${prefixCls}-year-select`}
onChange={this.onYearChange.bind(this)}
value={String(year)}>
......@@ -41,6 +42,7 @@ class Header extends Component {
return (
<Select
style={{ width: 70 }}
dropdownMenuStyle={{ minWidth: 100 }}
size={ fullscreen ? null : 'small' }
dropdownMatchSelectWidth={false}
className={`${prefixCls}-month-select`}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册