编辑工作台列表
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
</b>
|
||||
</el-badge>
|
||||
</div>
|
||||
<div>
|
||||
<div style="float: left;width: 60%;">
|
||||
<div style="display: flex;">
|
||||
<div style="width: 60%;">
|
||||
<div>
|
||||
<span style="color: #666b7a;">Repetition :</span>
|
||||
<font style="margin-right: 16px;font-size: 15px;font-weight: bold;">
|
||||
@@ -112,15 +112,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="display: flex;margin-left: 20px;float: right;">
|
||||
<div style="display: flex;margin-left: auto;">
|
||||
<div style="text-align: center;background-color: #0066990d;padding: 20px;min-width: 160px;">
|
||||
<b style="font-size: 16px;letter-spacing: -0.5px;">Reviewer Decision :</b>
|
||||
<p style="height: 5px;"></p>
|
||||
<p v-for="(iken, index) in item.review">
|
||||
Reviewer{{index+1}} score : <b style="color: #db890e;font-size: 18px;">{{iken.rated}}</b>
|
||||
</p>
|
||||
<p v-if="item.review.length>0" style="color: #db890e;font-size: 15px;margin: 5px 0;">
|
||||
Average : <b style="font-size: 18px;">{{avegeCount(item.review)}}</b>
|
||||
<p v-if="item.review.length>0" style="font-size: 15px;margin: 5px 0;">
|
||||
Average : <b style="font-size: 18px;color: #db890e;">{{avegeCount(item.review)}}</b>
|
||||
</p>
|
||||
<p>
|
||||
<el-button v-for="(iken, index) in item.review" :type="iken.state==2?'danger':'success'"
|
||||
@@ -158,8 +158,8 @@
|
||||
<!-- <el-button @click="aiSoring(item)" size="mini" type="primary" icon="el-icon-edit"
|
||||
v-if="item.reportList.length>0" style="margin-top: 1px;">Edit Hindex</el-button> -->
|
||||
<p v-if="item.review.length>0"
|
||||
style="font-size: 18px;font-weight: bold;margin-top: 15px;padding-top: 10px;border-top: 1px solid #db890e66;color: #db890e;">
|
||||
<font style="font-size: 14px;font-weight: normal;">Final review score :</font>
|
||||
style="font-size: 18px;font-weight: bold;margin-top: 15px;padding-top: 10px;border-top: 1px solid #dddddd;color: #db890e;">
|
||||
<font style="font-size: 14px;font-weight: normal;color: #333;">Final review score :</font>
|
||||
{{finalCount(item)}}
|
||||
</p>
|
||||
</div>
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user