Commit 8e16c094 authored by 华国豪's avatar 华国豪 🙄

1

parent e95174d2
...@@ -29,6 +29,21 @@ ...@@ -29,6 +29,21 @@
.CityChange .el-select .el-input__inner:focus { .CityChange .el-select .el-input__inner:focus {
border: none; border: none;
} }
.juanmei{
width: 140px !important;
cursor: pointer;
padding-right: 40px;
}
.juanmei div{
text-align: right !important;
}
.juanmei img{
z-index: 1;
position: absolute;
top: -20px;
width: 135px;
left: 21px;
}
</style> </style>
<template> <template>
<!-- 头部 --> <!-- 头部 -->
...@@ -327,6 +342,11 @@ ...@@ -327,6 +342,11 @@
<img src="../../assets/img/task/nav_text.png" alt=""> <img src="../../assets/img/task/nav_text.png" alt="">
</div> </div>
</li> </li>
<li :class="{_active: navActive === 9}" class="juanmei">
<div @click="handleSelect('', ), navActive = 9">
<img src="../../assets/img/task/juanmei.png" alt="">
</div>
</li>
</ul> </ul>
</div> </div>
<!-- <div id="map-container" class="map-container"> <!-- <div id="map-container" class="map-container">
......
...@@ -452,7 +452,7 @@ export default { ...@@ -452,7 +452,7 @@ export default {
data.branchList.forEach(x=>{ data.branchList.forEach(x=>{
this.tags.push({id:x.brandId,name:x.brandName}); this.tags.push({id:x.brandId,name:x.brandName});
this.tagsCopy.push({id:x.brandId,name:x.brandName}); this.tagsCopy.push({id:x.brandId,name:x.brandName});
}) })
}else{ }else{
this.$message.error(r.data.message); this.$message.error(r.data.message);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment