代码优化
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -33,10 +33,10 @@ | ... | @@ -33,10 +33,10 @@ |
33 | <span>{{ item.name }}</span> | 33 | <span>{{ item.name }}</span> |
34 | </div> | 34 | </div> |
35 | 35 | ||
36 | <div class="top-items tuOrShu" > | 36 | <div class="top-items tuOrShu" > |
37 | <i class="iconfont iconiconset0403" style="color:#006CFF;font-size:30px" title="图形管理" v-if="!isMap" @click="goMap"></i> | 37 | <i class="iconfont iconiconset0403" style="color:#006CFF;font-size:30px" title="图形管理" v-if="!isMap" @click="goMap"></i> |
38 | <i class="iconfont iconxinxi" style="color:#006CFF;font-size:30px" title="属性管理" v-else @click="goBack"></i> | 38 | <i class="iconfont iconxinxi" style="color:#006CFF;font-size:30px" title="属性管理" v-else @click="goBack"></i> |
39 | </div> | 39 | </div> |
40 | </div> | 40 | </div> |
41 | <!-- <div class="header-bottom"> | 41 | <!-- <div class="header-bottom"> |
42 | <Navigation ref="navigation"></Navigation> | 42 | <Navigation ref="navigation"></Navigation> | ... | ... |
-
Please register or sign in to post a comment