接口对接

This commit is contained in:
@fawn-nine
2023-06-14 17:31:15 +08:00
parent fdeaeb57d2
commit 2751b840a2
2 changed files with 158 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div >
<div class="crumbs">
<el-breadcrumb separator="/">
<el-breadcrumb-item>
@@ -92,12 +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" style="text-decoration: none;">
<font> | </font>
<span @click="goPre_ingested(item.article_id)" class="preButton">
<el-badge is-dot class="item" >
<!-- <el-badge is-dot class="item" > -->
<i class="el-icon-paperclip"></i>Complete the profile
</el-badge>
<!-- </el-badge> -->
</span>
</span>
</div>
@@ -737,7 +737,9 @@
</script>
<style scoped>
.preButton{color: #66b1ff;}
.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:hover{text-decoration:underline !important;}
.container {
color: #333;
}