mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 21:20:31 +00:00
no message
This commit is contained in:
parent
673038bf63
commit
63cd4649dd
@ -13,7 +13,7 @@
|
||||
<slot name="head">
|
||||
<div class="nav-wrapper" :class="{completed: $A.dialogCompleted(dialogData)}">
|
||||
<div class="dialog-back" @click="onBack">
|
||||
<i class="taskfont"></i>
|
||||
<i class="taskfont"></i>
|
||||
<div v-if="msgUnreadOnly" class="back-num">{{msgUnreadOnly}}</div>
|
||||
</div>
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
{{$L(dialogData.online_state === true ? '在线' : dialogData.online_state)}}
|
||||
</li>
|
||||
</ul>
|
||||
<ul v-if="msgTags.length > 1" class="title-tags scrollbar-hidden">
|
||||
<ul v-if="msgTags.length > 1 && windowScrollY === 0" class="title-tags scrollbar-hidden">
|
||||
<li
|
||||
v-for="item in msgTags"
|
||||
:key="item.type"
|
||||
@ -519,7 +519,7 @@ export default {
|
||||
},
|
||||
|
||||
scrollerClass() {
|
||||
return !this.$slots.head && this.msgTags.length > 1 ? 'default-header' : null
|
||||
return !this.$slots.head && this.msgTags.length > 1 && this.windowScrollY === 0 ? 'default-header' : null
|
||||
},
|
||||
|
||||
pasteWrapperClass() {
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<div class="project-titbox">
|
||||
<div class="project-title">
|
||||
<div class="project-back" @click="onBack">
|
||||
<i class="taskfont"></i>
|
||||
<i class="taskfont"></i>
|
||||
</div>
|
||||
<h1>{{projectData.name}}</h1>
|
||||
<div v-if="loading" class="project-load"><Loading/></div>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user