mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Update app.vue
This commit is contained in:
		
							parent
							
								
									10a7369fec
								
							
						
					
					
						commit
						2068407be0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -278,7 +278,7 @@ export default Vue.extend({
 | 
			
		|||
				const lastChild = this.$refs.widgets.children[this.$refs.widgets.children.length - 1];
 | 
			
		||||
				if (lastChild == null) return;
 | 
			
		||||
 | 
			
		||||
				const width = lastChild.offsetLeft + 300;
 | 
			
		||||
				const width = lastChild.offsetLeft + 300 + 16;
 | 
			
		||||
				this.$refs.widgets.style.width = width + 'px';
 | 
			
		||||
			};
 | 
			
		||||
			setInterval(adjustWidgetsWidth, 1000);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue