songshankun
2023-09-22 f17b5cf4523af56c67ff7d8330b6a8dde4d19458
src/assets/style/index.scss
@@ -156,3 +156,25 @@
  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;
}