liuyg
2022-01-17 3fb39294edcd16fb9a7c07e5dddb452c64c9cecd
src/components/mobileCloseRouterMany/index.vue
@@ -4,6 +4,15 @@
    <div
      :class="[
        'mobileCloseRouterMany',
        'mobileCloseRouterManyupTitle',
        isOpenDrawALineMany ? 'mobileCloseActiveMany' : '',
      ]"
    >
      {{ isOpenDrawALineMany }}
    </div>
    <div
      :class="[
        'mobileCloseRouterMany',
        isOpenDrawALineMany ? 'mobileCloseActiveMany' : '',
      ]"
      @click="mobileRouterCloseMany"
@@ -34,9 +43,10 @@
    ...mapGetters(["isOpenDrawALineMany"]),
  },
  // data() {
  //   return {
  // return {
  // title: "",
  //     lengthS: 0,
  //   };
  // };
  // },
  // watch: {
  // isOpenDrawALine() {
@@ -73,6 +83,13 @@
  width: 0;
  height: 0;
}
.mobileCloseRouterManyupTitle {
  bottom: 353px !important;
  background-color: #fff !important;
  color: #000 !important;
  width: auto !important;
  padding: 0 10px;
}
.mobileCloseRouterMany {
  position: fixed;
  width: 105px;