| src/components/mobileLeftNav/index.vue | ●●●●● patch | view | raw | blame | history |
src/components/mobileLeftNav/index.vue
@@ -9,6 +9,7 @@ v-for="(item, index) in leftNavData" :key="index" @click="leftNavClick(item)" v-show="!item.notShow" > <img :style="[imgStyle]" :src="item.img" alt="" /> <span>{{ item.label }}</span> @@ -122,6 +123,7 @@ type: 9, imgSrc: "img/leftnav/map-aed.png", // imgSrc: "img/mobile/pink.png", notShow: true, }, { flag: false, @@ -430,7 +432,7 @@ .m-left-coutrol { position: absolute; left: -24px; top: 96px; top: 79px; width: 25px; height: 60px; background-color: #fff;