fix(table): 修复element table tooltip position 默认使用 fixed 定位导致气泡偏移的问题

This commit is contained in:
moonszhang 2023-12-12 11:02:38 +08:00
parent a9d794dc19
commit 0c994f1e23

View File

@ -1,6 +1,7 @@
<template>
<TMagicTable
tooltip-effect="dark"
:tooltip-options="{ popperOptions: { strategy: 'absolute' } }"
class="m-table"
ref="tMagicTable"
v-loading="loading"