src/assets/style/index.scss
@@ -11,6 +11,27 @@
  border: 0;
  outline: 0;
}
.Badge {
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 5px;
}
.success {
  color: #06c062;
}
.error {
  color: #f62f2f;
}
.warning-radio {
  color: #e6a23c;
}
.warning {
  color: rgba(0, 0, 0, 0.4);
}
// 间距
.margin_left_3px {
  margin-left: 3px;
@@ -136,7 +157,7 @@
  }
}
.border_radius_12{
.border_radius_12 {
  border-radius: 12px;
}
@@ -156,3 +177,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;
}