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;
position: relative;
flex-direction: column;
justify-content: center;
&.panel-chart--title-chart {
border: none;
background-color: transparent;

View File

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