NEZ-701 fix: 修复terminal-record样式
This commit is contained in:
@@ -359,8 +359,6 @@
|
||||
margin-right: 20px;
|
||||
|
||||
.el-cascader {
|
||||
width: 175px;
|
||||
|
||||
.el-tag {
|
||||
max-width: calc(100% - 45px);
|
||||
}
|
||||
|
||||
@@ -357,7 +357,7 @@ export default {
|
||||
.record-console {
|
||||
padding: 10px 4px 10px 10px;
|
||||
background-color: black;
|
||||
height: calc(100% - 65px);
|
||||
height: calc(100% - 65px) !important;
|
||||
}
|
||||
.terminal-replay-progress {
|
||||
height: 20px;
|
||||
|
||||
@@ -127,7 +127,7 @@ export default {
|
||||
batchShow: false
|
||||
},
|
||||
silenceBoxShow: false,
|
||||
dataListLayout: ['searchInput', 'elementSet'],
|
||||
dataListLayout: ['searchInput', 'elementSet', 'clickSearch'],
|
||||
assetTableHeight: `calc(100% - ${48 + 201 + 20}px)`,
|
||||
blankObject: {
|
||||
id: '',
|
||||
|
||||
@@ -133,7 +133,7 @@ export default {
|
||||
tableId: 'endpointTable',
|
||||
queryPermission: 'account_view',
|
||||
endpointTableHeight: 'calc(100% - 193px)', // 主列表table高度
|
||||
dataListLayout: ['searchInput', 'elementSet'],
|
||||
dataListLayout: ['searchInput', 'elementSet', 'clickSearch'],
|
||||
searchMsg: { // 给搜索框子组件传递的信息
|
||||
zheze_none: true,
|
||||
searchLabelList: [
|
||||
|
||||
Reference in New Issue
Block a user