ElementUI组件日历组件Calendar背景色修改

// 取消日历选中背景
.el-calendar-table td.is-selected {
  background-color: inherit;
}

// 日历单元格鼠标经过背景色
.el-calendar-table .el-calendar-day:hover {
  background-color: #fafafa;
}
上一篇:DRBD+HEART+DRBD安装之HEART安装配置


下一篇:Linux date命令的用法