保存进度!
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user