fix: npm-events添加鼠标移动小手
This commit is contained in:
@@ -86,6 +86,9 @@
|
|||||||
color: #046ECA;
|
color: #046ECA;
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
}
|
}
|
||||||
|
.click-active {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.data-recent-table-eventType {
|
.data-recent-table-eventType {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #046ECA;
|
color: #046ECA;
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
<span class="data-recent-table-severity" :class="scope.row[item.prop]">{{scope.row[item.prop]}}</span>
|
<span class="data-recent-table-severity" :class="scope.row[item.prop]">{{scope.row[item.prop]}}</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="item.prop === 'eventKey'">
|
<template v-else-if="item.prop === 'eventKey'">
|
||||||
<span class="data-recent-table-entity" @click="jumpPage(scope.row)">{{splitEventKey(scope.row[item.prop])}}</span>
|
<span class="data-recent-table-entity click-active" @click="jumpPage(scope.row)">{{splitEventKey(scope.row[item.prop])}}</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="item.prop === 'eventType'">
|
<template v-else-if="item.prop === 'eventType'">
|
||||||
<span class="data-recent-table-eventType">{{scope.row[item.prop]}}</span>
|
<span class="data-recent-table-eventType">{{scope.row[item.prop]}}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user