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,16 +3,16 @@
:showTitle='showTitle' :showTitle='showTitle'
:obj='obj' :obj='obj'
:tableId="tableId" :tableId="tableId"
:api="url" id="recordRuleEvalLog"
:custom-table-title.sync="tools.customTableTitle" :api="url"
:layout="['elementSet']" :custom-table-title.sync="tools.customTableTitle"
:search-msg="searchMsg" :layout="['elementSet']"
:tabs="tabs" :search-msg="searchMsg"
:targetTab="targetTab" :tabs="tabs"
:showPagination="false" :targetTab="targetTab"
@search="search" :showPagination="false"
@changeTab="changeTab" @search="search"
> @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