zouyu
2025-03-19 45792b3776cda2e1ada31755ffc226a663f90b48
src/assets/styles/element-ui.scss
@@ -134,3 +134,60 @@
  color: #333;
  padding: 6px 15px !important;
}
.el-calendar .el-calendar__header {
  display: none;
}
.el-calendar .el-calendar__body {
  padding: 0;
}
.el-calendar .el-calendar-table:not(.is-range) td.next {
  /*隐藏下个月的日期*/
  display: none;
}
.el-calendar .el-calendar-day {
  height: 40px;
}
.el-calendar .el-calendar-table td {
  border: 0;
  font-size: 14px;
}
.el-calendar .el-calendar-table tr td:first-child {
  border-left: 0;
}
.el-calendar .el-calendar-day span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.el-calendar .is-selected {
  background: transparent !important;
}
.el-calendar .is-selected .el-calendar-day {
  background: transparent !important;
}
.el-calendar .is-selected .el-calendar-day span {
  background: #3a7bfa !important;
  color: #fff !important;
}
.el-calendar .el-calendar-day:hover {
  background: transparent;
}
.el-calendar .el-calendar-day span:hover {
  background: #3a7bfa !important;
  color: #fff !important;
}