Commit b44d59632ae2dd5b10026efc1620a65d9478f4e4

Authored by ww
1 parent cdc92069

perf: set device name tooltip placement position

... ... @@ -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>
... ...