style 样式修改

This commit is contained in:
zhangyu
2020-07-29 09:53:46 +08:00
parent e1e609dc5b
commit 59541f189b
2 changed files with 38 additions and 33 deletions

View File

@@ -8,6 +8,9 @@
.content{
height: 100%;
}
.el-tooltip{
display: inline-block;
}
</style>
<style lang="scss">
@import '../../charts/chart';
@@ -115,11 +118,11 @@
v-for="item in labelsSort(scope.row.labels)"
placement="right"
effect="light"
:disabled="labelToolTipDis(item.label)"
:disabled="!(item.label === 'asset' ||item.label === 'module' || item.label === 'project')"
:key="item.label"
>
<alertLabel
v-if="!labelToolTipDis(item.label)"
v-if="item.label === 'asset' ||item.label === 'module' || item.label === 'project'"
slot="content"
:id="scope.row[item.label].id"
:type="item.label"