MTRAgent管理、MTR探测策略

1、MTRAgent管理模块联调form表单、丢包趋势图表
2、MTR探测策略联调列表、表单等功能
This commit is contained in:
康冉冉
2025-11-24 18:35:12 +08:00
parent 2c339ecfdb
commit b641f7a31f
11 changed files with 254 additions and 109 deletions
+7
View File
@@ -12,6 +12,7 @@
v-else
:key="config && config.key ? `${config && config.key}-${key}` : `${key}`"
:prop="key"
:class="formVal && formVal.labelWidthNull ? 'labelWidthNullSty' : ''"
:required="formVal.required">
<template #label>
<span :title="formVal.label">{{formVal.label ? formVal.label + '' : ''}}</span>
@@ -432,5 +433,11 @@
::v-deep .vue-treeselect__multi-value{
line-height: 25px!important;
}
::v-deep .labelWidthNullSty .el-form-item__label {
width: 0px!important;
}
::v-deep .labelWidthNullSty .el-form-item__content {
margin-left: 0px!important;
}
</style>