MTR探测策略/MTRAgent管理模块

1、MTRAgent管理模块
2、MTR探测策略
3、修改流量图默认显示时间
4、优化并修改bug
This commit is contained in:
康冉冉
2025-11-21 18:38:36 +08:00
parent 2d12879bab
commit 2c339ecfdb
31 changed files with 733 additions and 187 deletions
+1 -1
View File
@@ -442,7 +442,7 @@
<style>
.my-custom-tooltip {
box-sizing: border-box !important;
max-height: 500px !important; /* 设置最大高度 */
max-height: 300px !important; /* 设置最大高度 */
overflow-y: auto !important; /* 内容超出时显示垂直滚动条 */
line-height: 1.5 !important; /* 设置行高,提升可读性 */
padding: 8px 12px !important; /* 设置内边距 */