This commit is contained in:
@fawn-nine
2023-06-28 15:39:53 +08:00
parent fbfbd8b6f6
commit cf880b0864
4 changed files with 81 additions and 34 deletions

View File

@@ -96,7 +96,7 @@
<font> | </font>
<span @click="goPre_ingested(item.article_id)" class="preButton">
<!-- <el-badge is-dot class="item" > -->
<i class="el-icon-paperclip"></i>Complete the profile
<i class="el-icon-edit"></i>Complete the profile
<!-- </el-badge> -->
</span>
</span>
@@ -737,8 +737,8 @@
</script>
<style scoped>
.preButton{color: #66b1ff; display: inline-block; position: relative; }
.preButton:after{content: ''; display: block; width: 6px; height: 6px; background: #ff0000; position: absolute; right: 0; top: -5px; border-radius: 6px;}
.preButton{ display: inline-block; position: relative; }
/* .preButton:after{content: ''; display: block; width: 6px; height: 6px; background: #ff0000; position: absolute; right: 0; top: -5px; border-radius: 6px;} */
.preButton:hover{text-decoration:underline !important;}
.container {
color: #333;