Default主题fixbug (#421)

* default主题fixbug
1.补上误删的网页title
2.修复network页纵坐标数值显示不全
3.修复network,多个legend导致的遮挡主图表问题

* fix

* fix

* fix

* fix

* fix

* fix
This commit is contained in:
nap0o
2024-09-07 02:44:30 -04:00
committed by GitHub
parent 7f9f9a9129
commit f78ba281fb
5 changed files with 26 additions and 16 deletions

View File

@@ -194,7 +194,7 @@
]
},
mixins: [mixinsVue],
created() {
created() {
this.servers = JSON.parse('{{.Servers}}').servers;
this.group()
},