#diskTable .p-datatable-tbody > tr > td {
  border-width: 0 0 0 0 !important;
}

#diskTable .p-datatable-thead > tr > th {
  border-width: 0 0 0 0 !important;
}
 /*给行加圆角*/
#diskTable .p-datatable-tbody  tr > td:first-child {
  border-radius: 10px 0 0 10px !important;
}
#diskTable .p-datatable-tbody  tr > td:last-child {
  border-radius: 0 10px 10px 0 !important;
}
#diskTable .p-datatable-tbody  tr > td:only-child {
  border-radius: 10px 10px 10px 10px !important;
}

#diskTable:hover ::-webkit-scrollbar-thumb {
  background: #d1d5db;
  overflow-x: hidden;
}

/*#diskTable tbody tr:hover {*/
/*  transform: scale(1.01);*/
/*  transition: 0.3s !important;*/
/*}*/

#diskTable table {
  overflow: hidden !important;
}

#diskTable tbody tr:hover .box_checked {
  display: block;
  visibility: visible;
  transition: 0.3s;
}

#share_datatable table {
  overflow: hidden !important;
}

#share_datatable tbody tr:hover .box_checked {
  display: block;
  visibility: visible;
  transition: 0.3s;
}
