Results 2 comments of Ding Ziqi

> OK, here's a hack that seems to work: > > Update package.json to look like this: > > ``` > "eslintConfig": { > "extends": [ > "react-app", > "react-app/jest"...

我看了下这个bug是由于给CSS的长度属性值设置的为小数导致的,在你的case中手动改下`transform: translateY(calc(100% + -253.3px));` 即可复现问题。 其实我觉得这种严格意义上算浏览器的bug,但是我们还是可以通过设置CSS属性值为整数来规避这些问题,因为0.x的像素查已经不会影响用户体验。