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