haoxuan
2024-04-17 1888b426ff2b6a529f5fdef0f0453dadef71824b
src/assets/style/reset-element.scss
@@ -25,8 +25,26 @@
    padding: 0;
  }
}
.color_F56C6C{
  color:#F56C6C;
::-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;
}
.color_F56C6C {
  color: #f56c6c;
}
// .el-menu-item {
//   margin: 8px;
@@ -41,6 +59,32 @@
//   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;
  border-color: $color-primary;
}
.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;
  border-color: #2a78fb;
}
// 颜色
.el-table .onSelect {
  background: #ebf2ff;
}