mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
fix: dataPicker dropdownClassName not wroking
This commit is contained in:
parent
8560f0eb48
commit
02ab242197
@ -41,6 +41,7 @@ const Picker = {
|
||||
PropTypes.arrayOf(MomentType),
|
||||
]),
|
||||
align: PropTypes.object.def({}),
|
||||
dropdownClassName: PropTypes.string,
|
||||
},
|
||||
mixins: [BaseMixin],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user