15:39
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user