This commit is contained in:
kuaifan 2022-07-01 17:07:21 +08:00
parent 256143fd21
commit bf136c9b2f
8 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.18.37",
"version": "0.18.44",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
424951ffbc470940
236fed164b9a6c5d

View File

@ -65,7 +65,7 @@
</ETooltip>
</div>
<transition name="fade">
<div v-if="dialogMsgList.length > 10 && msgTags.length > 1 && windowScrollY === 0" class="nav-tags scrollbar-hidden">
<div v-if="navTagShow" class="nav-tags scrollbar-hidden">
<ul>
<li
v-for="item in msgTags"
@ -505,8 +505,12 @@ export default {
return null
},
navTagShow() {
return this.dialogMsgList.length > 10 && this.msgTags.length > 1 && this.windowScrollY === 0
},
scrollerClass() {
return !this.$slots.head && this.msgTags.length > 1 && this.windowScrollY === 0 ? 'default-header' : null
return !this.$slots.head && this.navTagShow ? 'default-header' : null
},
pasteWrapperClass() {

@ -1 +1 @@
Subproject commit e1b30261c772b46e2cf58a4fe2693b07dee91820
Subproject commit a32d3d9ece8b21766bc86ac6773cb77254e052fb