fallenleavesbuy

Results 20 comments of fallenleavesbuy
trafficstars

@simonguo 您好. [demo地址](https://codesandbox.io/s/wonderful-heyrovsky-jidfo6?file=/index.js) 你好, 从demo可见,表格每行之间是有缝隙的,设置背景色红色能看到。希望能关闭border-bottom,就算不能关闭,也希望不要看到背景后面的东西。 ![image](https://user-images.githubusercontent.com/9261562/230784754-f0d4d9d1-7356-486a-ad30-b53668d6eb2f.png)

> @simonguo 您好. [demo地址](https://codesandbox.io/s/wonderful-heyrovsky-jidfo6?file=/index.js) > > 你好, 从demo可见,表格每行之间是有缝隙的,设置背景色红色能看到。希望能关闭border-bottom,就算不能关闭,也希望不要看到背景后面的东西。 > > ![image](https://user-images.githubusercontent.com/9261562/230784754-f0d4d9d1-7356-486a-ad30-b53668d6eb2f.png) 我在mac上也测试了一下,同样是chrome,在window上容易出现,mac上在滚动到底部的时候有概率出现

> > > 无法复现你说的问题,你可以尝试给 Table 添加一个白色背景看看能不能解决你的问题。 你图里的蓝色线条有大有小,其实是同一个问题

> > > 无法复现你说的问题,你可以尝试给 Table 添加一个白色背景看看能不能解决你的问题。 试试滚动到底部,用windows,用1080p的显示器

我给你一个实用网址: [知乎介绍](https://zhuanlan.zhihu.com/p/339042765) [安装包下载](https://www.slimjet.com/chrome/google-chrome-old-version.php) 关闭chrome自动更新方法,重命名或者删除更新程序 ``` Chrome update in Windows 11 and Windows 10. - Go to the Chrome installation drive which is generally C: drive. - Then navigate to “C:\Program...

+1 下拉刷新动画正在回去时,拼命滑下面的内容,会报错

@prayinforrain your new code is work on osx system.but on window, it should use deltaY. I can offer a demo code ```js const isMac = /Mac/i.test(navigator.userAgent); let dx = isScrollingHorizontally...