liuyg
2021-07-16 f5641fd76ef90a66599e8ce121f3acfd97d779e8
src/styles/element-ui.scss
@@ -357,8 +357,53 @@
.el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: $inputB1 !important;
}
.el-picker-panel__icon-btn {
  color: $fontColor !important;
}
//首页的body不加颜色
#avue-view .el-card__body {
  background-color: transparent !important;
}
//top导航颜色
.avue-header {
  background-color: $mainB !important;
}
//表格斑马线
// .theme-deep-bule .el-card .el-table td {
//   background-color: $mainB !important;
// }
// .theme-deep-bule .el-card .el-table td,
// .theme-deep-bule .el-card .el-table th.is-leaf {
//   border-color: $mainB !important;
// }
// .theme-deep-bule .el-card .el-table td {
//   background-color: $mainB !important;
// }
// .el-table__row:hover {
//   background-color: $mainBhover !important;
// }
//表格右侧白色
.el-table__fixed-right-patch {
  background-color: $mainB !important;
}
.el-table--border th,
.el-table__fixed-right-patch {
  border-bottom: $mainB !important;
}
//子表单
.el-collapse-item__header {
  background-color: $mainB !important;
  color: $fontColor !important;
}
.avue-group__icon,
.avue-group__title {
  color: $fontColor !important;
}
//main背景
.avue-main {
  background-color: $mainBx2 !important;
}