/* //element-ui table的去除右侧滚动条的样式 */ ::-webkit-scrollbar { width: 1px; height: 1px; } /* // 滚动条的滑块 */ ::-webkit-scrollbar-thumb { background-color: #a1a3a9; border-radius: 0px; } 相关文章: 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-01-22 2022-01-27 2022-12-23