src/style/reset.scss
@@ -19,13 +19,13 @@ /*滚动条里面小方块*/ border-radius: 2.5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #848484; background: #ccc; } *::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px #fff; border-radius: 2.5px; background: #ededed; background: #fff; } .ant-layout {