fix : recordRuleEvalLog 样式调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user