XiaoRuby
2023-08-28 d19fd32eb0692166230762146f1370da82775074
src/view/index.vue
@@ -5,6 +5,7 @@
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.title {
@@ -61,6 +62,11 @@
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  overflow-y: auto;
}
.left::-webkit-scrollbar {
  width: 0;
}
.left .box {
@@ -442,12 +448,6 @@
              u: "unqualifiedManagement"
            },
            {
              k: 8,
              v: "实验室管理",
              i: "font icon-shouye",
              u: "laboratoryManagement"
            },
            {
              k: 9,
              v: "质量统计",
              i: "font icon-shouye",
@@ -594,11 +594,11 @@
      } else if (num > 11 && num <=14){
            this.activeBox = 4;
         } else if (num>14 && num<=20){
            this.activeBox = 5
        this.activeBox = 5;
         } else if (num>20 && num<=22){
            this.activeBox = 6
        this.activeBox = 6;
         } else if (num>22 && num<=28){
            this.activeBox = 7
        this.activeBox = 7;
         }
    },
    out() {