保存进度!

This commit is contained in:
unknown 2023-05-29 00:30:38 +08:00
parent 3bc20dea6c
commit 631ee1170d
1 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ export default {
onBeforeMount(() =>
{
// 10
timerHandler = setInterval( refresh, 5000 );
// timerHandler = setInterval( refresh, 5000 );
refresh();
});
@ -189,7 +189,7 @@ export default {
width: 100vw;
padding: 5mm;
display: flex;
justify-content: end;
justify-content: flex-end;
align-items: stretch;
}