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