mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-02 15:07:11 +00:00
build
This commit is contained in:
parent
256143fd21
commit
bf136c9b2f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "DooTask",
|
||||
"version": "0.18.37",
|
||||
"version": "0.18.44",
|
||||
"description": "DooTask is task management system.",
|
||||
"scripts": {
|
||||
"start": "./cmd dev",
|
||||
|
||||
2
public/js/build/258.js
vendored
2
public/js/build/258.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/648.js
vendored
2
public/js/build/648.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/710.js
vendored
2
public/js/build/710.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/868.js
vendored
2
public/js/build/868.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
424951ffbc470940
|
||||
236fed164b9a6c5d
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user