style: project alertMessageTable 样式修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user