liuyg
2021-07-15 15fcf6a04e05480a57d2c416f2589487fee34241
src/styles/element-ui.scss
@@ -172,7 +172,7 @@
//弹窗
.el-dialog__header {
  background-color: $inputB !important;
  background-color: $mainB !important;
}
.avue-dialog .el-dialog__title,
.avue-dialog .el-drawer__header,
@@ -180,7 +180,7 @@
  color: $fontColor !important;
}
.el-dialog__body {
  background-color: $inputB !important;
  background-color: $mainB !important;
  color: $fontColor !important;
}
.w-e-toolbar {
@@ -303,3 +303,32 @@
.avue-sidebar {
  background-color: $mainB !important;
}
//表格搜索 下拉
.el-scrollbar__view,
.el-select-dropdown__list {
  background-color: $mainB !important;
}
.el-select-dropdown__item {
  color: $fontColor !important;
}
// .el-select-dropdown__item:hover {
//   background-color: $inputB1 !important;
//   color: $fontColor !important;
// }
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: $inputB1 !important;
  color: $fontColor !important;
}
//弹框消息
.el-message-box {
  background-color: $mainB !important;
}
.el-message-box__content {
  color: $fontColor !important;
}
//用户头像边上的下拉 字体颜色
.el-dropdown-menu__item a {
  color: $fontColor !important;
}