fix(table): 修复element table tooltip position 默认使用 fixed 定位导致气泡偏移的问题
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<TMagicTable
|
||||
tooltip-effect="dark"
|
||||
:tooltip-options="{ popperOptions: { strategy: 'absolute' } }"
|
||||
class="m-table"
|
||||
ref="tMagicTable"
|
||||
v-loading="loading"
|
||||
|
||||
Reference in New Issue
Block a user