🦀️ fix: 修复bug
This commit is contained in:
parent
e18f35e488
commit
d598b3cf15
|
@ -990,7 +990,7 @@ img.changegray {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-bottom: 0.1rem;
|
margin-bottom: 0.2rem;
|
||||||
background: red;
|
background: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
} else {
|
} else {
|
||||||
this.outTime = ['00', '00', '00'];
|
this.outTime = [];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
|
|
Loading…
Reference in New Issue