no message

This commit is contained in:
kuaifan 2022-06-28 15:01:22 +08:00
parent 8669acc663
commit d3dcce96fa
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.18.18",
"version": "0.18.22",
"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 @@
c3c5a88f73f45e9b
17f1403d4a75be60

View File

@ -1147,7 +1147,7 @@ export default {
const wrapRect = this.$el.getBoundingClientRect();
this.operateStyles = {
left: `${event.clientX - wrapRect.left}px`,
top: `${projectRect.top - wrapRect.top + this.windowScrollY}px`,
top: `${projectRect.top + this.windowScrollY}px`,
height: projectRect.height + 'px',
}
this.operateVisible = true;

@ -1 +1 @@
Subproject commit fe6f39173349723a04cae1966f1eb248b22a7c3d
Subproject commit a056b151ba1e6836b23700b09db6d1ea7cbd49e0