mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-14 18:58:13 +00:00
no message
This commit is contained in:
parent
8669acc663
commit
d3dcce96fa
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.18.18",
|
"version": "0.18.22",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"start": "./cmd dev",
|
||||||
|
|||||||
2
public/js/build/198.js
vendored
2
public/js/build/198.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/654.js
vendored
2
public/js/build/654.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/964.js
vendored
2
public/js/build/964.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
c3c5a88f73f45e9b
|
17f1403d4a75be60
|
||||||
|
|||||||
@ -1147,7 +1147,7 @@ export default {
|
|||||||
const wrapRect = this.$el.getBoundingClientRect();
|
const wrapRect = this.$el.getBoundingClientRect();
|
||||||
this.operateStyles = {
|
this.operateStyles = {
|
||||||
left: `${event.clientX - wrapRect.left}px`,
|
left: `${event.clientX - wrapRect.left}px`,
|
||||||
top: `${projectRect.top - wrapRect.top + this.windowScrollY}px`,
|
top: `${projectRect.top + this.windowScrollY}px`,
|
||||||
height: projectRect.height + 'px',
|
height: projectRect.height + 'px',
|
||||||
}
|
}
|
||||||
this.operateVisible = true;
|
this.operateVisible = true;
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit fe6f39173349723a04cae1966f1eb248b22a7c3d
|
Subproject commit a056b151ba1e6836b23700b09db6d1ea7cbd49e0
|
||||||
Loading…
x
Reference in New Issue
Block a user