style: panel 图表头部样式调整
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
&.panel-chart--title-chart {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
|
||||
@@ -409,7 +409,6 @@ export default class Parser {
|
||||
token.setNext(tokenList[i + 1])
|
||||
}
|
||||
})
|
||||
console.info('token:', tokenList)
|
||||
return {
|
||||
tokenList,
|
||||
errorList
|
||||
|
||||
@@ -454,7 +454,7 @@ export default {
|
||||
query (params) {
|
||||
this.$emit('query', params)
|
||||
},
|
||||
chartDetection(type) {
|
||||
chartDetection (type) {
|
||||
this.activeTab = type
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user