style: project alertMessageTable 样式修改
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
@import '../../charts/chart';
|
@import '../../charts/chart';
|
||||||
</style>
|
</style>
|
||||||
<template>
|
<template>
|
||||||
<div class="content relative-position">
|
<div :class="{'contentTable':!projectAlertId,'relative-position':true,'contentProject':projectAlertId}">
|
||||||
<transition name="el-zoom-in-bottom">
|
<transition name="el-zoom-in-bottom">
|
||||||
<div class="el-popover alert-clean-pop" @click="toDeleteMessage(false)" v-if="deleteBox.ids.length > 0">
|
<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>
|
<i style="cursor: pointer" class="el-icon-delete"></i>
|
||||||
@@ -937,9 +937,13 @@
|
|||||||
/deep/.active-icon{
|
/deep/.active-icon{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.content{
|
.contentTable{
|
||||||
height: calc(100% - 105px)
|
height: calc(100% - 105px)
|
||||||
}
|
}
|
||||||
|
.contentProject{
|
||||||
|
height: calc(100% - 60px);
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
.tabelH100{
|
.tabelH100{
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user