完成右侧按钮基本功能

This commit is contained in:
@fawn-nine
2023-06-13 18:02:20 +08:00
parent fa8a3caf9a
commit fdeaeb57d2
2 changed files with 75 additions and 24 deletions

View File

@@ -92,10 +92,12 @@
<span @click="esy_deta(item.article_id)">
<i class="el-icon-paperclip"></i>My Manuscript
</span>
<span v-if="item.state == 3">
<span v-if="item.state == 3" >
<font> | </font>
<span @click="goPre_ingested(item.article_id)">
<i class="el-icon-paperclip"></i>Complete the profile
<span @click="goPre_ingested(item.article_id)" class="preButton">
<el-badge is-dot class="item" >
<i class="el-icon-paperclip"></i>Complete the profile
</el-badge>
</span>
</span>
</div>
@@ -735,6 +737,7 @@
</script>
<style scoped>
.preButton{color: #66b1ff;}
.container {
color: #333;
}