fix:修改 黑暗主题下 ping trace样式的问题 以及chart-line 最大值为负数的问题

This commit is contained in:
zhangyu
2022-05-31 17:31:32 +08:00
parent 3959695a7c
commit 62adfbdc58
18 changed files with 113 additions and 15 deletions

View File

@@ -580,7 +580,6 @@ export default {
this.$get('visual/panel/chart?panelId=' + params.panelId + '&groupId=0' + '&pageSize=-1').then(response => {
if (response.code === 200) {
this.chartListLoading = false
// response = chartData
this.dataList = response.data.list.map(item => {
return {
...item,