From 2c2c5b32e93e98caf3818d05a5892b2abb90ccc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=A8?= <666> Date: Tue, 22 Oct 2024 16:59:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E6=89=B9=E9=98=85=E6=A0=B7=E5=BC=8F;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../container/classTask/item-dialog-score.vue | 98 ++++++------------- 1 file changed, 32 insertions(+), 66 deletions(-) diff --git a/src/renderer/src/views/classTask/container/classTask/item-dialog-score.vue b/src/renderer/src/views/classTask/container/classTask/item-dialog-score.vue index 0c5bdbe..e8d2475 100644 --- a/src/renderer/src/views/classTask/container/classTask/item-dialog-score.vue +++ b/src/renderer/src/views/classTask/container/classTask/item-dialog-score.vue @@ -1,7 +1,7 @@ + - - - - + + + + @@ -975,23 +941,23 @@ defineExpose({ } .score-circle { - width: 30px; - height: 30px; - border-radius: 50%; - background-color: pink; - color: red; - display: flex; - justify-content: center; - align-items: center; - font-size: 13px; - margin: 0 10px; + border: 1px solid rgb(131,131,131,.5); + padding: 5px 0; + background-color: #fff; cursor: pointer; - transition: background-color 0.3s; + margin-right: 5px; + width: 60px; + text-align: center; } .score-circle.active { - background-color: red; + background-color: rgb(253, 236, 224); color: white; + border: 1px solid rgb(253, 236, 224); +} +.greenLine{ + border-left: 5px solid rgb(14, 209, 22); + padding-left: 5px } .card-header{