shuishen
2022-01-14 eecadc9f4fc4f067dba0221125bacb180ce3b0e2
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;