1. npm - event app事件表格样式调整

2. network overview - 表格样式调整
This commit is contained in:
hanyuxia
2022-08-09 11:46:48 +08:00
parent 776936bbe2
commit 69f08779aa
3 changed files with 23 additions and 25 deletions

View File

@@ -45,7 +45,7 @@
<i class="cn-icon-decline cn-icon"></i>{{scope.row['trendValue']}}
</div>
<div v-else-if="scope.row['trend'] === 'noChange'" class="data-total-trend data-total-trend-black">
<i class="cn-icon-decline cn-icon"></i>{{scope.row['trendValue']}}
<i class="cn-icon-constant cn-icon"></i>{{scope.row['trendValue']}}
</div>
</div>
@@ -487,6 +487,10 @@ export default {
trend = 'noChange'
}
trendPercent = trendPercent + '%'
if(trendPercent==='0%'){
trend = 'noChange'
trendPercent = ''
}
}
}
this.tableData.push({