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

@@ -35,6 +35,7 @@
display: flex; display: flex;
position: relative; position: relative;
flex-direction: column; flex-direction: column;
justify-content: center;
&.panel-chart--title-chart { &.panel-chart--title-chart {
border: none; border: none;
background-color: transparent; background-color: transparent;

View File

@@ -409,7 +409,6 @@ export default class Parser {
token.setNext(tokenList[i + 1]) token.setNext(tokenList[i + 1])
} }
}) })
console.info('token:', tokenList)
return { return {
tokenList, tokenList,
errorList errorList

View File

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