fix:修改下弹窗的 detail的位置
This commit is contained in:
@@ -123,9 +123,9 @@ export default {
|
||||
},
|
||||
endpoint: {
|
||||
endpointTabTitle: [
|
||||
{ prop: 'panel', name: 'Detail' },
|
||||
{ prop: 'endpointQuery', name: 'Query' },
|
||||
{ prop: 'endpointAlertMessage', name: 'Alerts' },
|
||||
{ prop: 'panel', name: 'Detail' }
|
||||
{ prop: 'endpointAlertMessage', name: 'Alerts' }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -865,6 +865,7 @@ export default {
|
||||
background-color: #f4f4f5;
|
||||
border-color: #e9e9eb;
|
||||
color: #909399;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
@@ -844,6 +844,7 @@ export default {
|
||||
background-color: #f4f4f5;
|
||||
border-color: #e9e9eb;
|
||||
color: #909399;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user