elementUI日历组件事件标记处理

354 阅读1分钟
/deep/.el-calendar-table td.is-selected { background: #f57878; color: #fff; } /deep/.el-calendar-table .el-calendar-day:hover { background: #f57878; color: #fff; } /deep/.el-calendar-table td.is-today { background: #23b91f; color: #fff; } /deep/.el-calendar-table .el-calendar-day { line-height: 51px; } .activeClass { width: 0.5rem; height: 0.5rem; margin: auto; border: 1px solid red; border-radius: 50%; color: red; margin-top: 0.1rem; }