Commit b44d59632ae2dd5b10026efc1620a65d9478f4e4
1 parent
cdc92069
perf: set device name tooltip placement position
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -62,7 +62,7 @@ |
62 | 62 | :style="{ width: `${100 / props.record.length}%` }" |
63 | 63 | :key="index" |
64 | 64 | > |
65 | - <Tooltip :title="item.deviceName" placement="top"> | |
65 | + <Tooltip :title="item.deviceName" placement="topLeft"> | |
66 | 66 | <span class="font-bold"> |
67 | 67 | <!-- <SvgIcon name="" prefix="iconfont" class="!fill-emerald-400" /> --> |
68 | 68 | <span>{{ item.deviceRename || item.deviceName }}</span> | ... | ... |