style: project alertMessageTable 样式修改

This commit is contained in:
zhangyu
2020-08-03 16:58:27 +08:00
parent 6a1abe2e53
commit 0bf81a7797

View File

@@ -2,7 +2,7 @@
@import '../../charts/chart';
</style>
<template>
<div class="content relative-position">
<div :class="{'contentTable':!projectAlertId,'relative-position':true,'contentProject':projectAlertId}">
<transition name="el-zoom-in-bottom">
<div class="el-popover alert-clean-pop" @click="toDeleteMessage(false)" v-if="deleteBox.ids.length > 0">
<i style="cursor: pointer" class="el-icon-delete"></i>
@@ -937,9 +937,13 @@
/deep/.active-icon{
margin-top: 0;
}
.content{
.contentTable{
height: calc(100% - 105px)
}
.contentProject{
height: calc(100% - 60px);
margin-bottom: 15px;
}
.tabelH100{
height: 100% !important;
}