el-table滚动条样式修改

2021-12-20  本文已影响0人  牛会骑自行车
.list-container>>>.el-table__body-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.list-container>>>.el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

其中的list-container是el-table外层的容器

上一篇 下一篇

猜你喜欢

热点阅读