style: Network & App Performance 页面 tab 切换 去除图表边框

This commit is contained in:
@changcode
2022-02-11 11:10:05 +08:00
parent 7efa110f3b
commit 27d4eccc02
2 changed files with 9 additions and 1 deletions

View File

@@ -208,7 +208,6 @@ export default {
showRefreshButton () {
// 自己是group且父元素是block时不显示刷新按钮
// TODO 父元素是block且只有自己一个子元素时不显示刷新按钮
console.log(this.chartInfo)
const isGroupAndParentIsBlock = this.$_.get(this.chartInfo.parent, 'type') === 95 && this.isGroup
return !isGroupAndParentIsBlock
}