zuozhengqing
2024-03-22 05b72b58002a8733b8b31825ea5edabe7e279283
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,8 +59,8 @@
//   background-position: center;
//   width: 160px !important;
// }
.line_height_30px{
  line-height:30px;
.line_height_30px {
  line-height: 30px;
}
.el-button--primary {
@@ -83,4 +83,8 @@
  color: #fff;
  background-color: #2a78fb;
  border-color: #2a78fb;
}
}
// 颜色
.el-table .onSelect {
  background: #ebf2ff;
}