小小儁爺
2025-11-17 37a4c07ff2ae84f2119bcfa6be6bc4b01904d63f
src/styles/global.css
@@ -180,8 +180,8 @@
高宽分别对应横竖滚动条的尺寸
*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  width: 10px;
  height: 10px;
  /*background-color: white;*/
  background-color: #f8f8fa;
}
@@ -198,11 +198,11 @@
/*解决表格固定列时的压样式问题*/
.el-table__fixed {
  height: calc(100% - 7px) !important;
  height: calc(100% - 10px) !important;
}
.el-table__fixed-right {
  height: calc(100% - 12px) !important;
  height: calc(100% - 10px) !important;
}
.el-table__fixed-right::before,