mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 02:28:04 +08:00 
			
		
		
		
	fix(table): 修复element table tooltip position 默认使用 fixed 定位导致气泡偏移的问题
This commit is contained in:
		
							parent
							
								
									a9d794dc19
								
							
						
					
					
						commit
						0c994f1e23
					
				@ -1,6 +1,7 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <TMagicTable
 | 
			
		||||
    tooltip-effect="dark"
 | 
			
		||||
    :tooltip-options="{ popperOptions: { strategy: 'absolute' } }"
 | 
			
		||||
    class="m-table"
 | 
			
		||||
    ref="tMagicTable"
 | 
			
		||||
    v-loading="loading"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user