diff --git a/src/views/examination.vue b/src/views/examination.vue index 64dc209..7412171 100644 --- a/src/views/examination.vue +++ b/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; + } } }