永康嘉持电器有限公司前端
小小儁爺
2025-06-13 a2bce22a3a4df5f4662c373e57c07fa4268aeee1
src/styles/global.css
@@ -179,37 +179,37 @@
定义滚动条高宽及背景
高宽分别对应横竖滚动条的尺寸
*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  /*background-color: white;*/
  background-color: #f8f8fa;
}
/*::-webkit-scrollbar {*/
/*  width: 7px;*/
/*  height: 7px;*/
/*  !*background-color: white;*!*/
/*  background-color: #f8f8fa;*/
/*}*/
::-webkit-scrollbar-thumb {
  /*box-shadow: inset 0 0 0px white;*/
  box-shadow: inset 0 0 0px #f8f8fa;
  /*-webkit-box-shadow: inset 0 0 0px white;*/
  -webkit-box-shadow: inset 0 0 0px #f8f8fa;
  background-color: rgb(193, 193, 193);
  /*滚动条的背景颜色*/
  border-radius: 20px;
}
/*::-webkit-scrollbar-thumb {*/
/*  !*box-shadow: inset 0 0 0px white;*!*/
/*  box-shadow: inset 0 0 0px #f8f8fa;*/
/*  !*-webkit-box-shadow: inset 0 0 0px white;*!*/
/*  -webkit-box-shadow: inset 0 0 0px #f8f8fa;*/
/*  background-color: rgb(193, 193, 193);*/
/*  !*滚动条的背景颜色*!*/
/*  border-radius: 20px;*/
/*}*/
/*解决表格固定列时的压样式问题*/
.el-table__fixed {
  height: calc(100% - 7px) !important;
}
/*!*解决表格固定列时的压样式问题*!*/
/*.el-table__fixed {*/
/*  height: calc(100% - 7px) !important;*/
/*}*/
.el-table__fixed-right {
  height: calc(100% - 12px) !important;
}
/*.el-table__fixed-right {*/
/*  height: calc(100% - 12px) !important;*/
/*}*/
.el-table__fixed-right::before,
.el-table__fixed::before {
  /*background-color: unset !important;*/
  background-color: #f8f8fa !important;
}
/*.el-table__fixed-right::before,*/
/*.el-table__fixed::before {*/
/*  !*background-color: unset !important;*!*/
/*  background-color: #f8f8fa !important;*/
/*}*/
/*scrollbar END*/