liuyg
2021-11-03 ad22bccdb0bd1cee5d038b56f4d23a560c368e27
src/styles/element-ui.scss
@@ -435,3 +435,16 @@
.el-message-box__title {
  color: #fff !important;
}
//时间选择器颜色
.el-date-picker__header-label {
  color: #fff !important;
}
.el-time-spinner__item {
  color: rgb(197, 197, 197) !important;
}
.el-time-spinner__item.active:not(.disabled) {
  color: #fff !important;
}