.next-table {
  // 谷歌浏览器
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #cecece;
  }
}
