fix : recordRuleEvalLog 样式调整

This commit is contained in:
Xiao Bai
2022-11-30 15:48:50 +08:00
parent 449ec60067
commit acc0279517
2 changed files with 14 additions and 12 deletions

View File

@@ -271,14 +271,16 @@
#networkBottomTab,
#vsysBottomTab,
#sftpBottomTab,
#terminalLogCMDTab {
#terminalLogCMDTab,
#recordRuleEvalLog {
.sub-container .nz-table-list {
height: 100%;
}
#assetProcessTable,
#assetNetworkTable,
#assetVsysTable,
#terminalLogSftpTable {
#terminalLogSftpTable,
#recordRuleEvalLogTable {
height: calc(100% - 15px) !important;
}
}

View File

@@ -3,16 +3,16 @@
:showTitle='showTitle'
:obj='obj'
:tableId="tableId"
:api="url"
:custom-table-title.sync="tools.customTableTitle"
:layout="['elementSet']"
:search-msg="searchMsg"
:tabs="tabs"
:targetTab="targetTab"
:showPagination="false"
@search="search"
@changeTab="changeTab"
>
id="recordRuleEvalLog"
:api="url"
:custom-table-title.sync="tools.customTableTitle"
:layout="['elementSet']"
:search-msg="searchMsg"
:tabs="tabs"
:targetTab="targetTab"
:showPagination="false"
@search="search"
@changeTab="changeTab">
<template v-slot:title><span :title="obj.name">{{obj.name}}</span></template>
<template v-slot>
<recordRuleEvalLogTable