Skip to content

Commit 80d1693

Browse files
committed
fix: 修复单集群详情引导步骤定位错误的问题
1 parent 26014a1 commit 80d1693

File tree

1 file changed

+1
-1
lines changed
  • km-console/packages/layout-clusters-fe/src/components/TourGuide

1 file changed

+1
-1
lines changed

km-console/packages/layout-clusters-fe/src/components/TourGuide/steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const ClusterDetailSteps = {
7070
},
7171
},
7272
{
73-
target: '.single-cluster-detail .ks-chart-container-header .header-right .icon-box',
73+
target: '.single-cluster-detail .ks-chart-container-header .header-right .dcloud-btn',
7474
title: '指标筛选',
7575
content: '点击这里可以对展示的图表进行筛选',
7676
placement: 'left-start' as const,

0 commit comments

Comments
 (0)