This commit is contained in:
kuaifan 2022-05-30 19:53:58 +08:00
parent db077c8c9f
commit 022499300e
9 changed files with 10 additions and 10 deletions

2
public/js/app.js vendored

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

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
55bb89ef3f87e20d
a389e89dee1b6ee1

View File

@ -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) {

View File

@ -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>