/*
  table
*/
.ant-table > .ant-table-container,
.ant-table > .ant-table-container > .ant-table-header,
.ant-table-container table,
.ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 0 !important;
}

.ant-table > .ant-table-container,
.ant-table > .ant-table-container > .ant-table-header,
.ant-table-container table,
.ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 0 !important;
}

.ant-table-cell .ant-btn {
  height: 22px;
}

.ant-table-body {
  overflow-y: auto !important;
}
.ant-table-body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.ant-table-body:hover::-webkit-scrollbar-track-piece {
  background: transparent;
}
.ant-table-body:hover::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 20px;
}