mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-18 03:33:24 +00:00
build
This commit is contained in:
parent
ad2b456f07
commit
625908dc1b
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
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 @@
|
|||||||
194fdad96fa4518f
|
ad35f0f8f397a654
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<DialogView
|
<DialogView
|
||||||
:msg-data="source"
|
:msg-data="source"
|
||||||
:dialog-type="dialogData.type"
|
:dialog-type="dialogData.type"
|
||||||
:hide-percentage="isMyDialog"
|
:hide-percentage="hidePercentage"
|
||||||
:operate-visible="operateVisible"
|
:operate-visible="operateVisible"
|
||||||
:operate-action="operateVisible && source.id === operateItem.id"
|
:operate-action="operateVisible && source.id === operateItem.id"
|
||||||
@on-longpress="onLongpress"
|
@on-longpress="onLongpress"
|
||||||
@ -37,7 +37,7 @@ export default {
|
|||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isMyDialog: {
|
hidePercentage: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
|
|||||||
@ -76,7 +76,7 @@
|
|||||||
:data-component="msgItem"
|
:data-component="msgItem"
|
||||||
|
|
||||||
:item-class-add="itemClassAdd"
|
:item-class-add="itemClassAdd"
|
||||||
:extra-props="{dialogData, isMyDialog, operateVisible, operateItem}"
|
:extra-props="{dialogData, operateVisible, operateItem, hidePercentage: isMyDialog}"
|
||||||
:estimate-size="78"
|
:estimate-size="78"
|
||||||
:keeps="70"
|
:keeps="70"
|
||||||
@scroll="onScroll"
|
@scroll="onScroll"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user