loulijun2021
2023-03-07 4ea338ba7c47a23c826a718c35294899406c05bb
src/styles/global.css
@@ -83,6 +83,7 @@
  width: 100%;
  margin: 10px auto;
  /*margin-top: 20px;*/
  box-shadow: 0 0 5px #d7d6d6;
}
.operationClass {
@@ -151,3 +152,11 @@
/*scrollbar END*/
/*解决固定滚动条高低像素差*/
.el-table__fixed::before{
  height: 0 !important;
}
.el-table__fixed-right::before{
  height: 0 !important;
}