ZZJ
2021-09-23 46f860ca4a3f7d405040b1466cf1c9bcd6da709a
src/pages/vindicate/views/updateSettings.vue
@@ -181,8 +181,8 @@
      ],
      pkgID: "",
      tabList: [
        { name: "系统更新", icon: "\ue6f2" },
        { name: "更新设置", icon: "\ue6db" },
        { name: "系统更新", icon: "\ue735" },
        { name: "更新设置", icon: "\ue733" },
      ],
    };
  },
@@ -352,7 +352,7 @@
      justify-content: space-between;
      .con {
        .iconfont {
          width: 26px;
          width: 32px;
          height: 26px;
          margin-right: 10px;
          color: #333;
@@ -363,13 +363,23 @@
        }
      }
    }
    .menu-item-active {
      color: #fff;
    .menu-item-active {
      background-color: #4E94FF;
       .iconfont {
          color: #fff !important;
        }
        .menu-text {
           color: #fff;
        }
    }
    .menu-item:hover {
      color: #fff;
    .menu-item:hover {
      background-color: #4E94FF;
       .iconfont {
          color: #fff;
        }
        .menu-text {
           color: #fff;
        }
    }
  }
  .cluster-right {