NEZ-701 fix: 修复terminal-record样式
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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: '',
|
||||||
|
|||||||
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user