ali
2024-09-03 0ae83a895e80a4b9777a27f613d721a7e5e2ac18
energy_management_ui/src/layout/components/Sidebar/index.vue
@@ -53,9 +53,15 @@
  }
};
</script>
<style lang="scss" scoped>
::v-deep .el-menu-item.is-active {
  // background: rgba(246, 250, 255, 1) !important;
  background: linear-gradient(90deg, #4fdac9 0%, #32b5cb 100%) !important;
  // background: linear-gradient(90deg, #4fdac9 0%, #32b5cb 100%) !important;
  background: linear-gradient(
    90deg,
    #0559c8 0%,
    rgba(5, 89, 200, 0) 97%
  ) !important;
}
</style>