diff --git a/src/views/oneMap/index.vue b/src/views/oneMap/index.vue index e8832b8..cf2b416 100644 --- a/src/views/oneMap/index.vue +++ b/src/views/oneMap/index.vue @@ -144,13 +144,9 @@ :class="AllData.ErJiMenuCheckID == item2.id ? 'ErJiMenuCheck' : ''" v-for="item2 in item.children" @click.stop="ErJiMenuClick(item, item2)" - >{{ item2.name }} - + {{ item2.name }} +

@@ -799,14 +795,19 @@ .ErJiMenuBox { position: absolute; background: linear-gradient(0deg, #044854 0%, #006878 100%); - border: 1px solid #00cee0; border-radius: 6px; - left: 0; - bottom: 110px; - width: 84px; + border: 1px solid #00CEE0; + opacity: 0.8; + left: 50%; + margin-left:-150px; + bottom: 115px; + height: 36px; font-size: 0; line-height: 0; text-align: center; + display: flex; + align-items: center; + width:240px; .ErJiMenuList { font-family: Source Han Sans CN; @@ -816,8 +817,11 @@ height: 30px; line-height: 30px; display: inline-block; - width: 100%; margin: 5px 0; + width:120px; + &:hover{ + color: #ffd97f; + } } .ErJiMenuCheck { font-family: Source Han Sans CN;