liuyg
2022-01-14 8e26af849dbf4ec41935fb132986791aa96f4125
src/components/mobileCloseRouter/index.vue
@@ -60,7 +60,7 @@
        return;
      }
      this.$store.commit("set_choiceRouterS", index);
      this.$store.dispatch("MSET_DRAWALINELAYER", Str);
      this.$store.dispatch("MSET_DRAWALINELAYER", [Str]);
    },
  },
};
@@ -91,7 +91,7 @@
.mobileCloseRouterOpen {
  position: fixed;
  // width: 127px;
  width: 80px;
  width: 50px;
  height: 32px;
  background-color: #fff;
  z-index: 600;
@@ -114,6 +114,7 @@
  opacity: 1;
}
.mobileCloseActiveOpen {
  width: 80px;
  border: 1px solid #409eff;
  background-color: #409eff;
  color: #fff;