src/pages/settings/views/clusterManagement.vue
@@ -89,7 +89,7 @@ :class="activePage == i ? 'menu-item-active' : ''" v-for="(item, i) in tabList" :key="i" @click="openRight(item, i)" @click="openRight(i)" > {{ item }} </div> @@ -405,7 +405,7 @@ this.stopSearch(); }, 10 * 1000); }, openRight(item, i) { openRight( i) { this.activePage = i; }, async stopSearch() { @@ -644,11 +644,11 @@ padding: 0 20px; } .menu-item-active { background-color: #3d68e1; background-color: var(--colorCard); color: white; } .menu-item:hover { background-color: #3d68e1; background-color: var(--colorCard); color: white; } }