Commit 3cb940a1784f7e6fba3c2b5ab25e91b42d5aa962
1 parent
3b1494b1
perf: set device name tooltip wrapper padding
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -63,7 +63,7 @@ |
63 | 63 | :key="index" |
64 | 64 | > |
65 | 65 | <Tooltip :title="item.deviceName" placement="topLeft"> |
66 | - <div class="flex"> | |
66 | + <div class="flex p-1"> | |
67 | 67 | <!-- <SvgIcon name="" prefix="iconfont" class="!fill-emerald-400" /> --> |
68 | 68 | <div class="truncate font-bold">{{ item.deviceRename || item.deviceName }}</div> |
69 | 69 | </div> | ... | ... |