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 {