songshankun
2023-10-17 af2b318da9d4c51b5b8afb2f4cefe86ff049bc7c
src/assets/style/reset-element.scss
@@ -25,3 +25,42 @@
    padding: 0;
  }
}
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  -webkit-appearance: none;
  background-color: #00000040;
}
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  background: #e1e1e1;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  // border-radius: 10px;
  background: #ffffff;
  // background:#2c60c5;
}
.el-button--primary {
  color: #fff;
  background-color: $color-primary !important;
  border-color: $color-primary !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: $color-primary !important;
}
.el-button--text {
  //color: #2a78fb !important;
}
.el-button--text.is-disabled {
  color: #7c7f85 !important;
}
.el-button--primary {
  color: #fff;
  background-color: #2a78fb !important;
  border-color: #2a78fb !important;
}