chenlu
2024-09-12 2e209e63e208bf05ecaab6e810475419709e0514
north-glass-erp/northglass-erp/src/assets/base.css
@@ -102,12 +102,12 @@
  /*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;*/
/*}*/
.mytable-scrollbar:active ::-webkit-scrollbar-thumb {
  background-color: #909399;
}
/*边角,即两个滚动条的交汇处*/
.mytable-scrollbar ::-webkit-scrollbar-corner {
  background-color: #FFFFFF;
@@ -115,6 +115,11 @@
.vxe-grid{
  background-color: white;
}
/*.vxe-grid .row--current{
  background-color: #d9ecff !important;
}
.vxe-grid .row--hover{
  background-color: #c6e2ff !important;
}*/