style: panel 图表头部样式调整
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user