mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-15 17:43:43 +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