mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-02 15:07:11 +00:00
build
This commit is contained in:
parent
db077c8c9f
commit
022499300e
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/165.js
vendored
2
public/js/build/165.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/182.js
vendored
2
public/js/build/182.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/626.js
vendored
2
public/js/build/626.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
55bb89ef3f87e20d
|
||||
a389e89dee1b6ee1
|
||||
|
||||
@ -278,7 +278,7 @@ export default {
|
||||
|
||||
boxClass() {
|
||||
const array = [];
|
||||
if (this.recordState === 'ing') {
|
||||
if (this.recordState === 'ing' && this.recordDuration > 0) {
|
||||
array.push('record-ing');
|
||||
}
|
||||
if (this.mentionMode) {
|
||||
|
||||
@ -40,9 +40,9 @@
|
||||
<iCircle
|
||||
type="circle"
|
||||
trail-color="rgba(132, 197, 106, 0.2)"
|
||||
:trail-width="6"
|
||||
:trail-width="7"
|
||||
:stroke-color="item.task_percent === 100 ? 'rgba(132, 197, 106, 0)' : '#84C56A'"
|
||||
:stroke-width="6"
|
||||
:stroke-width="7"
|
||||
:percent="item.task_percent"
|
||||
:size="44">
|
||||
<Icon v-if="item.task_percent === 100" type="ios-checkmark"></Icon>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user