diff --git a/nezha-fronted/src/assets/css/components/common/rightBox/ipam.scss b/nezha-fronted/src/assets/css/components/common/rightBox/ipam.scss index 029964ee1..bd105b948 100644 --- a/nezha-fronted/src/assets/css/components/common/rightBox/ipam.scss +++ b/nezha-fronted/src/assets/css/components/common/rightBox/ipam.scss @@ -38,3 +38,6 @@ .ip-detail-available { color:$--color-success !important; } +.right-box-select-top.right-box-select-width { + width: 640px !important; +} diff --git a/nezha-fronted/src/assets/css/components/page/tool/trace.scss b/nezha-fronted/src/assets/css/components/page/tool/trace.scss index fe3e6a281..edfb371d3 100644 --- a/nezha-fronted/src/assets/css/components/page/tool/trace.scss +++ b/nezha-fronted/src/assets/css/components/page/tool/trace.scss @@ -164,6 +164,14 @@ } height: 100%; overflow: hidden; + &>span{ + display: block; + font-size: 14px; + color: $--color-text-regular; + letter-spacing: 0; + font-weight: 400; + margin: 30px 0 11px 0; + } .data-top{ width: 100%; padding-left: 15px; diff --git a/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue b/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue index b4dfee4e7..680cca7e9 100644 --- a/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue +++ b/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue @@ -33,7 +33,7 @@ class="element-item form-row-item thresholds-from-item" style="margin-bottom: 10px !important" v-for="index of chartConfig.elements.length" - :key="index" + :key="expressionName[index-1] + index" >