保存进度!
This commit is contained in:
parent
3bc20dea6c
commit
631ee1170d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user