haoxuan
2024-04-17 1888b426ff2b6a529f5fdef0f0453dadef71824b
src/assets/style/reset-element.scss
@@ -43,8 +43,8 @@
  // background:#2c60c5;
}
.color_F56C6C{
  color:#F56C6C;
.color_F56C6C {
  color: #f56c6c;
}
// .el-menu-item {
//   margin: 8px;
@@ -59,14 +59,14 @@
//   background-position: center;
//   width: 160px !important;
// }
.line_height_30px{
  line-height:30px;
.line_height_30px {
  line-height: 30px;
}
.el-button--primary {
  color: #fff;
  background-color: $color-primary !important;
  border-color: $color-primary !important;
  background-color: $color-primary;
  border-color: $color-primary;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
@@ -81,6 +81,10 @@
}
.el-button--primary {
  color: #fff;
  background-color: #2a78fb !important;
  border-color: #2a78fb !important;
}
  background-color: #2a78fb;
  border-color: #2a78fb;
}
// 颜色
.el-table .onSelect {
  background: #ebf2ff;
}