This commit is contained in:
X1627315083
2024-07-25 13:08:25 +08:00
parent 63f4812e3d
commit d876432ac6
5 changed files with 76 additions and 4 deletions

View File

@@ -18,6 +18,11 @@
></div>
</div>
<div class="trialApproval button_second credits message">
<a-badge :count="5">
<i class="fi fi-rr-envelope" @click="openMessage"></i>
</a-badge>
</div>
<div
class="trialApproval button_second credits hideChecked"
>
@@ -445,6 +450,9 @@ export default defineComponent({
let taskPage = this.$refs.TaskPage
taskPage.init(data)
},
openMessage(){
},
},
});
</script>
@@ -486,6 +494,7 @@ export default defineComponent({
height: 3.2rem;
margin: 2.1rem 2.8rem 0 ;
// position: absolute;
line-height: 2rem;
margin-top: 0;
}
@@ -578,6 +587,23 @@ export default defineComponent({
font-size: 1.8rem;
cursor: pointer;
}
&.message{
// padding: 1rem;
i{
margin-left: 0rem;
border-left: none;
padding-left: 0rem;
height: auto;
width: 3rem;
}
span{
overflow: initial;
align-items: center;
width: auto;
margin: auto;
height: auto;
}
}
.fi-br-refresh{
margin-left: 0;
border-left: none;