NEZ-701 fix: 修复terminal-record样式

This commit is contained in:
chenjinsong
2021-06-01 17:10:54 +08:00
parent 3a36dccf18
commit 481e8c3c43
4 changed files with 3 additions and 5 deletions

View File

@@ -359,8 +359,6 @@
margin-right: 20px; margin-right: 20px;
.el-cascader { .el-cascader {
width: 175px;
.el-tag { .el-tag {
max-width: calc(100% - 45px); max-width: calc(100% - 45px);
} }

View File

@@ -357,7 +357,7 @@ export default {
.record-console { .record-console {
padding: 10px 4px 10px 10px; padding: 10px 4px 10px 10px;
background-color: black; background-color: black;
height: calc(100% - 65px); height: calc(100% - 65px) !important;
} }
.terminal-replay-progress { .terminal-replay-progress {
height: 20px; height: 20px;

View File

@@ -127,7 +127,7 @@ export default {
batchShow: false batchShow: false
}, },
silenceBoxShow: false, silenceBoxShow: false,
dataListLayout: ['searchInput', 'elementSet'], dataListLayout: ['searchInput', 'elementSet', 'clickSearch'],
assetTableHeight: `calc(100% - ${48 + 201 + 20}px)`, assetTableHeight: `calc(100% - ${48 + 201 + 20}px)`,
blankObject: { blankObject: {
id: '', id: '',

View File

@@ -133,7 +133,7 @@ export default {
tableId: 'endpointTable', tableId: 'endpointTable',
queryPermission: 'account_view', queryPermission: 'account_view',
endpointTableHeight: 'calc(100% - 193px)', // 主列表table高度 endpointTableHeight: 'calc(100% - 193px)', // 主列表table高度
dataListLayout: ['searchInput', 'elementSet'], dataListLayout: ['searchInput', 'elementSet', 'clickSearch'],
searchMsg: { // 给搜索框子组件传递的信息 searchMsg: { // 给搜索框子组件传递的信息
zheze_none: true, zheze_none: true,
searchLabelList: [ searchLabelList: [