style: panel 图表头部样式调整

This commit is contained in:
@changcode
2022-06-10 17:12:02 +08:00
parent 98a3d66d63
commit 9fd816681d
3 changed files with 2 additions and 2 deletions

View File

@@ -454,7 +454,7 @@ export default {
query (params) {
this.$emit('query', params)
},
chartDetection(type) {
chartDetection (type) {
this.activeTab = type
}
},