NEZ-662 fix : 解决因全局css样式的影响

This commit is contained in:
@changcode
2021-05-25 17:58:38 +08:00
parent 5443a91c8b
commit 7bb2975867
27 changed files with 35 additions and 27 deletions

View File

@@ -38,6 +38,7 @@
<template v-if="item.prop === 'alertRule'">
<div v-if="scope.row.alertRule.name" >
<span
class="data-column__span"
@mouseenter="alertMessageHover(scope.row.alertRule, true, $event)"
@mouseleave="alertMessageHover(scope.row.alertRule, false)"
>{{scope.row.alertRule.name}}</span>