This commit is contained in:
zhaofang
2022-10-19 11:38:43 +08:00
parent 397c558abc
commit 931aa96cff
11 changed files with 40 additions and 11 deletions

View File

@@ -250,15 +250,21 @@ export default {
if(this.type==5){
content='回答'
}
if(this.type==6){
content='课程笔记'
}
if(this.type==60){
content='课程笔记评论'
}
// 点赞type
if(this.type==10){
content='课程评论点赞'
content='课程评论'
}
if(this.type==20){
content='文章评论点赞'
content='文章评论'
}
if(this.type==30){
content='案例评论点赞'
content='案例评论'
}
content=sendName+typeText+content+'-'+title
let message={

View File

@@ -302,6 +302,14 @@ export default {
</script>
<style scoped rel="stylesheet/scss" lang="scss">
::v-deep .el-dropdown-menu__item:not(.is-disabled):hover{
background-color: #fff !important;
color: #0059FF !important;
}
::v-deep.el-dropdown-menu {
text-align: center;
border: none !important;
}
//定义消息的图标的样式按ui未完成
.msg-icon{
font-size:16px;

View File

@@ -144,6 +144,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
</script>
<style lang="scss" scoped>
.ranking-link{
font-size: 16px;
font-weight: 600;