From e8f4d19eea166379890cbd20964c6cbc36eb184d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=93=BC=E5=94=A7L?= Date: Thu, 15 Jun 2023 18:06:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleListEditor_A.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/components/page/articleListEditor_A.vue b/src/components/page/articleListEditor_A.vue index b136f71..054a228 100644 --- a/src/components/page/articleListEditor_A.vue +++ b/src/components/page/articleListEditor_A.vue @@ -62,8 +62,8 @@ -
-
+
+
Repetition : @@ -112,15 +112,15 @@
-
+
Reviewer Decision :

Reviewer{{index+1}} score : {{iken.rated}}

-

- Average : {{avegeCount(item.review)}} +

+ Average : {{avegeCount(item.review)}}

Edit Hindex -->

- Final review score : + style="font-size: 18px;font-weight: bold;margin-top: 15px;padding-top: 10px;border-top: 1px solid #dddddd;color: #db890e;"> + Final review score : {{finalCount(item)}}

@@ -1339,9 +1339,14 @@ background-color: #fff; position: relative; } + + .mangu_list:nth-child(2n+1) { + background-color: #fafafa; + } .mangu_list:hover { box-shadow: 0 2px 12px 0 #0066991a; + background-color: #00669905; } .mangu_list>div {