mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-16 03:58:12 +00:00
no message
This commit is contained in:
parent
f24a8230c1
commit
72a38f4b45
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/100.js
vendored
Normal file
2
public/js/build/100.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
public/js/build/41.js
vendored
Normal file
2
public/js/build/41.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
public/js/build/448.js
vendored
2
public/js/build/448.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/70.js
vendored
2
public/js/build/70.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
68ebf6188ccaa789
|
||||
a900299c55a0ddae
|
||||
|
||||
@ -88,6 +88,9 @@ export default {
|
||||
},
|
||||
|
||||
msgUnreadMention() {
|
||||
if (this.cacheDialogs.find(item => item.has_todo)) {
|
||||
return this.$L("待办")
|
||||
}
|
||||
let num = 0;
|
||||
let mention = 0;
|
||||
this.cacheDialogs.some(dialog => {
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
<Icon v-else class="icon-avatar" type="md-person" />
|
||||
<div class="dialog-box">
|
||||
<div class="dialog-title">
|
||||
<div v-if="dialog.has_todo" class="mention">[{{$L('待办')}}]</div>
|
||||
<div v-if="dialog.has_todo" class="todo">[{{$L('待办')}}]</div>
|
||||
<div v-if="$A.getDialogMention(dialog) > 0" class="mention">[@{{$A.getDialogMention(dialog)}}]</div>
|
||||
<template v-for="tag in $A.dialogTags(dialog)" v-if="tag.color != 'success'">
|
||||
<Tag :color="tag.color" :fade="false" @on-click="openDialog(dialog.id)">{{$L(tag.text)}}</Tag>
|
||||
|
||||
@ -135,6 +135,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
line-height: 24px;
|
||||
.todo,
|
||||
.mention {
|
||||
color: #ff0000;
|
||||
background-color: transparent;
|
||||
@ -144,6 +145,7 @@
|
||||
padding: 0;
|
||||
height: auto;
|
||||
width: auto;
|
||||
user-select: none;
|
||||
}
|
||||
.ivu-tag {
|
||||
margin: 0 4px 0 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user