NEZ-737 fix: 修复部分table的二级列表按钮没有鼠标悬停提示

This commit is contained in:
@changcode
2021-06-07 17:45:13 +08:00
parent d0b14e0d74
commit fa876f686f
4 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@
</span>
</template>
<template v-else-if="item.prop === 'endpointNum'">
<span class="endpoint-num" @click="jumpEndpoint(scope.row)" >
<span style="cursor: pointer" class="endpoint-num" @click="jumpEndpoint(scope.row)" >
<i class="nz-icon nz-icon-overview-endpoint monitorColor"/>
{{scope.row[item.prop]}}
</span>