fix: popover position not correct #3147
parent
72a86910be
commit
50357712d4
|
@ -48,8 +48,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes antZoomBigIn {
|
@keyframes antZoomBigIn {
|
||||||
|
// 计算popover位置时,有可能处于 active 状态,通过这种方式 hack 待改进
|
||||||
0% {
|
0% {
|
||||||
transform: scale(0.8);
|
transform: none;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
5% {
|
||||||
|
transform: scale(0.2);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
|
|
Loading…
Reference in New Issue