diff --git a/nezha-fronted/src/components/chart/chart/options/chartTimeSeries.js b/nezha-fronted/src/components/chart/chart/options/chartTimeSeries.js index 384fa74ed..006781d4e 100644 --- a/nezha-fronted/src/components/chart/chart/options/chartTimeSeries.js +++ b/nezha-fronted/src/components/chart/chart/options/chartTimeSeries.js @@ -48,6 +48,12 @@ export const chartTimeSeriesLineOption = { } } }, + dataZoom: [ + { + type: 'inside', + zoomOnMouseWheel: 'ctrl' + } + ], color: initColor(), grid: { left: 20, diff --git a/nezha-fronted/src/components/common/alert/alertMessageInfoDetail.vue b/nezha-fronted/src/components/common/alert/alertMessageInfoDetail.vue index cfd7027e7..ffb919431 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageInfoDetail.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageInfoDetail.vue @@ -15,6 +15,7 @@ :label="item.label" :type="tagType(item.label)" style="margin: 5px 0 5px 5px;" + :title="item.value" > {{item.value}} diff --git a/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue b/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue index b91968a10..6b872eb58 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue @@ -75,6 +75,7 @@ :cursor-point="tagType(label.label) !== 'info'" :label="label.label" :type="tagType(label.label)" + :title="label.value" style="margin: 5px 0 5px 5px" > {{ label.value }} @@ -328,4 +329,4 @@ export default { } } } - \ No newline at end of file + diff --git a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue index 7c22d5ba3..1ba431be3 100644 --- a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue @@ -72,6 +72,7 @@ :label="item1.name" :type="tagType(item1.name)" :regex="item1.regex" + :title="item1.value" style="margin: 5px 0 5px 5px" > {{ item1.value }} diff --git a/nezha-fronted/src/components/common/table/settings/recordRuleTable.vue b/nezha-fronted/src/components/common/table/settings/recordRuleTable.vue index 493b1db5b..50f5ebc3f 100644 --- a/nezha-fronted/src/components/common/table/settings/recordRuleTable.vue +++ b/nezha-fronted/src/components/common/table/settings/recordRuleTable.vue @@ -79,6 +79,7 @@ :type="'info'" :label="item1.label" :regex="item1.regex" + :title="item1.value" style="margin: 5px 0 5px 5px"> {{ item1.value }} diff --git a/nezha-fronted/src/components/common/table/settings/scrapeEndpointTable.vue b/nezha-fronted/src/components/common/table/settings/scrapeEndpointTable.vue index 6ae1d61ce..2a7becc98 100644 --- a/nezha-fronted/src/components/common/table/settings/scrapeEndpointTable.vue +++ b/nezha-fronted/src/components/common/table/settings/scrapeEndpointTable.vue @@ -46,6 +46,7 @@ :label="item.label" :type="'info'" style="margin: 5px 0 5px 5px;" + :title="item.value" > {{item.value}}