解决css部分border被圆角切掉之后圆角的边框消失问题

问题

症状大概是这个样子:

解决办法

给当前设置 border​ 和 border-radius​ 属性的元素加:

overflow: auto;