保存进度!
This commit is contained in:
parent
3bc20dea6c
commit
631ee1170d
@ -164,7 +164,7 @@ export default {
|
|||||||
onBeforeMount(() =>
|
onBeforeMount(() =>
|
||||||
{
|
{
|
||||||
// 设置每10分钟刷新一次
|
// 设置每10分钟刷新一次
|
||||||
timerHandler = setInterval( refresh, 5000 );
|
// timerHandler = setInterval( refresh, 5000 );
|
||||||
|
|
||||||
refresh();
|
refresh();
|
||||||
});
|
});
|
||||||
@ -189,7 +189,7 @@ export default {
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
padding: 5mm;
|
padding: 5mm;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: flex-end;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user