fix 修复tooltips 显示的位置错误的bug
This commit is contained in:
parent
95154dec62
commit
7ce2999b4e
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-tooltip v-bind="props" :disabled="disabled">
|
<el-tooltip v-bind="props" :disabled="disabled" :append-to="'body'" :teleported="true">
|
||||||
<div
|
<div
|
||||||
ref="textRef"
|
ref="textRef"
|
||||||
class="overflow-text truncate"
|
class="overflow-text truncate"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue