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, #networkBottomTab,
#vsysBottomTab, #vsysBottomTab,
#sftpBottomTab, #sftpBottomTab,
#terminalLogCMDTab { #terminalLogCMDTab,
#recordRuleEvalLog {
.sub-container .nz-table-list { .sub-container .nz-table-list {
height: 100%; height: 100%;
} }
#assetProcessTable, #assetProcessTable,
#assetNetworkTable, #assetNetworkTable,
#assetVsysTable, #assetVsysTable,
#terminalLogSftpTable { #terminalLogSftpTable,
#recordRuleEvalLogTable {
height: calc(100% - 15px) !important; height: calc(100% - 15px) !important;
} }
} }

View File

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