guoyuji
2024-09-12 455191e2544f84496ad4d1b74b515d7b75d3bb01
north-glass-erp/northglass-erp/src/assets/base.css
@@ -86,8 +86,8 @@
}
/*滚动条整体部分*/
.mytable-scrollbar ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  width: 10px;
  height: 10px;
}
/*滚动条的轨道*/
.mytable-scrollbar ::-webkit-scrollbar-track {
@@ -102,11 +102,11 @@
  /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
}
.mytable-scrollbar:hover ::-webkit-scrollbar-thumb {
  background-color: white;
  background-color: rgb(214,216,221);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.mytable-scrollbar:active ::-webkit-scrollbar-thumb {
  background-color: white;
  background-color: #909399;
}
/*边角,即两个滚动条的交汇处*/
.mytable-scrollbar ::-webkit-scrollbar-corner {