编辑工作台微调

This commit is contained in:
@fawn-nine
2023-06-26 10:31:44 +08:00
parent 6da4d6f79d
commit a0d93c47a8

View File

@@ -52,16 +52,18 @@
<i class="el-icon-collection"></i> Detail
</b> -->
<span style="color: #666b7a;margin-left: 50px;">Type :</span>
<span style="color: #666b7a;margin-left: 40px;">Type :</span>
<font>
{{artType(item.type)}}
</font>
<span style="color: #666b7a;margin-left: 50px;">Countries :</span>
<font v-for="(iken, index) in item.countrys">
{{iken}}
<font v-if="index!=item.countrys.length-1">,</font>
</font>
<span style="color: #666b7a;margin-left: 50px;">Status :</span>
<span style="color: #666b7a;margin-left: 40px;">Countries :</span>
<!-- <span :class="item.countrys.length > 1 ? 'Countries': ''" > -->
<font v-for="(iken, index) in item.countrys">
{{iken}}
<font v-if="index!=item.countrys.length-1">,</font>
</font>
<!-- </span> -->
<span style="color: #666b7a;margin-left: 40px;">Status :</span>
<font style="margin-right: 15px;font-size: 16px;font-weight: bold;letter-spacing: -0.5px;">
{{stateFormat(item.state)}}
</font>
@@ -71,7 +73,7 @@
<b v-if="item.state==5" @click="prodBegin(item)" class="btnCliArt">
<i class="el-icon-paperclip"></i> Begin Produce
</b>
<span style="color: #666b7a;margin-left: 50px;">Plagiarism Check :</span>
<span style="color: #666b7a;margin-left: 40px;">Plagiarism Check :</span>
<font style="margin-right: 16px;font-size: 15px;font-weight: bold;">
{{item.repetition}} %
</font>
@@ -91,7 +93,7 @@
</div>
<div style="display: flex;margin-left: auto;">
<div class="fixCard" style="width: 26%;">
<div class="fixCard" style="width: 34%;">
<b style="font-size: 16px;letter-spacing: -0.5px;">Manuscript Files</b>
<p style="height: 10px;"></p>
<div class="fi_new" v-if="item.file.coverLetter">
@@ -206,7 +208,7 @@
</div>
</div>
<div style="width: 1%;"></div>
<div class="fixCard" style="width: 18%;">
<div class="fixCard" style="width: 16%;">
<b style="font-size: 16px;letter-spacing: -0.5px;">AI scoring</b>
<p style="font-size: 18px;font-weight: bold;margin-bottom: 5px;color: #db890e;"
v-if="item.reportList.length>0">
@@ -235,7 +237,7 @@
</p>
</div>
<div style="width: 1%;"></div>
<div class="fixCard" style="width: 18%;">
<div class="fixCard" style="width: 16%;">
<b style="font-size: 16px;letter-spacing: -0.5px;">Reviewer Decision</b>
<p style="height: 5px;"></p>
<p v-for="(iken, index) in item.reviewScore" style="line-height: 28px;">
@@ -1662,6 +1664,11 @@
</script>
<style scoped>
.Countries{
display: inline-block;
width: 20px; vertical-align: middle;
white-space: nowrap;text-overflow:ellipsis; overflow:hidden; margin-bottom:3px;
}
.art_file>h4 {
text-align: left;
}