编辑工作台微调

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