|
|
@@ -96,6 +96,7 @@ export default class CommonCalendar extends Component {
|
|
|
size="small"
|
|
|
dropdownMatchSelectWidth={false}
|
|
|
className="my-year-select"
|
|
|
+ dropdownClassName="calendar-select-menu"
|
|
|
onChange={newYear => {
|
|
|
const now = value.clone().year(newYear)
|
|
|
onChange(now)
|
|
|
@@ -108,6 +109,7 @@ export default class CommonCalendar extends Component {
|
|
|
size="small"
|
|
|
dropdownMatchSelectWidth={false}
|
|
|
className="my-month-select"
|
|
|
+ dropdownClassName="calendar-select-menu"
|
|
|
value={String(month)}
|
|
|
onChange={selectedMonth => {
|
|
|
const newValue = value.clone()
|