mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-17 06:31:34 +08:00
fix 修复tooltips 显示的位置错误的bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-tooltip v-bind="props" :disabled="disabled">
|
||||
<el-tooltip v-bind="props" :disabled="disabled" :append-to="'body'" :teleported="true">
|
||||
<div
|
||||
ref="textRef"
|
||||
class="overflow-text truncate"
|
||||
|
||||
Reference in New Issue
Block a user