fix:修改下弹窗的 detail的位置
This commit is contained in:
@@ -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' }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user