fix:修改下弹窗的 detail的位置

This commit is contained in:
zhangyu
2021-04-22 15:55:07 +08:00
parent b4aafcd78f
commit f39bafb8fc
3 changed files with 4 additions and 2 deletions

View File

@@ -123,9 +123,9 @@ export default {
}, },
endpoint: { endpoint: {
endpointTabTitle: [ endpointTabTitle: [
{ prop: 'panel', name: 'Detail' },
{ prop: 'endpointQuery', name: 'Query' }, { prop: 'endpointQuery', name: 'Query' },
{ prop: 'endpointAlertMessage', name: 'Alerts' }, { prop: 'endpointAlertMessage', name: 'Alerts' }
{ prop: 'panel', name: 'Detail' }
] ]
} }
} }

View File

@@ -865,6 +865,7 @@ export default {
background-color: #f4f4f5; background-color: #f4f4f5;
border-color: #e9e9eb; border-color: #e9e9eb;
color: #909399; color: #909399;
padding: 2px 4px;
} }
</style> </style>
<style> <style>

View File

@@ -844,6 +844,7 @@ export default {
background-color: #f4f4f5; background-color: #f4f4f5;
border-color: #e9e9eb; border-color: #e9e9eb;
color: #909399; color: #909399;
padding: 2px 4px;
} }
</style> </style>
<style> <style>