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>

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -29,7 +29,7 @@
:width="`${item.width}`"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -31,7 +31,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -29,7 +29,7 @@
:width="`${item.width}`"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -31,7 +31,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -30,7 +30,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -29,7 +29,7 @@
class="data-column"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">

View File

@@ -29,7 +29,7 @@
:width="`${item.width}`"
>
<template slot="header">
<span>{{item.label}}</span>
<span class="data-column__span">{{item.label}}</span>
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">