feat: update rc-picker@1.7.1 and fix icons of month and quarter picker in DatePicker Component (#25035)

* feat: update rc-picker@1.7.1

* delete

* add
This commit is contained in:
zoomdong 2020-06-17 09:20:23 +08:00 committed by GitHub
parent 8906dfb549
commit 1de1ce7504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,9 @@ exports[`MonthPicker and WeekPicker render MonthPicker 1`] = `
tabindex="-1"
type="button"
>
«
<span
class="ant-picker-super-prev-icon"
/>
</button>
<div
class="ant-picker-header-view"
@ -41,7 +43,9 @@ exports[`MonthPicker and WeekPicker render MonthPicker 1`] = `
tabindex="-1"
type="button"
>
»
<span
class="ant-picker-super-next-icon"
/>
</button>
</div>
<div

View File

@ -127,7 +127,7 @@
"rc-menu": "~8.3.0",
"rc-notification": "~4.4.0",
"rc-pagination": "~2.3.0",
"rc-picker": "~1.7.0",
"rc-picker": "~1.7.1",
"rc-progress": "~3.0.0",
"rc-rate": "~2.8.0",
"rc-resize-observer": "^0.2.3",