antdesign table自定义滚动条

.ant-table-body {
    &::-webkit-scrollbar {
      height: 5px;
      width: 6px;
    }
    &::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      background: #52575b;
    }
    &::-webkit-scrollbar-track {
      -webkit-box-shadow: 0;
      border-radius: 10px;
      background: #ccc;
    }
  }
posted @ 2022-04-08 11:01  MonsterSATSUKI  阅读(736)  评论(0)    收藏  举报