修改无号选中背景

main
jinna 3 years ago
parent 599c199f57
commit b6e9af3abf
  1. 12
      src/views/examination.vue

@ -494,11 +494,7 @@ export default {
pointer-events: none;
}
.none {
background: rgba(22, 119, 255, 0.5);
border-radius: 50%;
color: #fff;
}
.today_week {
background: rgba(51, 51, 51, .3);
@ -520,6 +516,12 @@ export default {
border-radius: 50%;
color: #fff;
}
.none {
background: rgba(22, 119, 255, 0.5);
border-radius: 50%;
color: #fff;
}
}
}

Loading…
Cancel
Save