Fix bug
This commit is contained in:
		
							parent
							
								
									de1ecbaef4
								
							
						
					
					
						commit
						9c3a4eb947
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -246,7 +246,10 @@ export default Vue.extend({ | |||
| 		if (this.isDesktop) this.adjustWidgetsWidth(); | ||||
| 
 | ||||
| 		const adjustTitlePosition = () => { | ||||
| 			this.$refs.title.style.left = (this.$refs.main.getBoundingClientRect().left - this.$refs.nav.offsetWidth) + 'px'; | ||||
| 			const left = this.$refs.main.getBoundingClientRect().left - this.$refs.nav.offsetWidth; | ||||
| 			if (left >= 0) { | ||||
| 				this.$refs.title.style.left = left + 'px'; | ||||
| 			} | ||||
| 		}; | ||||
| 
 | ||||
| 		adjustTitlePosition(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue