From b6e9af3abf77b4edc8528a2c9b8c85b80b7e1ebb Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 1 Mar 2023 15:44:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A0=E5=8F=B7=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examination.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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; + } } }