【CSS】【react】【antd】Dropdown下拉闪烁BUG

.ant-dropdown {
pointer-events: auto!important;
opacity: 1!important;
}
.slide-up-enter, .slide-up-appear {
animation-duration: 0s;
}

添加以上即可,但取消了初始下拉的动画效果

posted @ 2021-02-23 10:39  My灬Best丶Angel  阅读(1205)  评论(0编辑  收藏  举报