|
@@ -18,8 +18,8 @@
|
|
|
<div class="content pointer">
|
|
|
<div class="img" @click="jump(it)">
|
|
|
<!-- <i class="el-icon-s-tools"></i> -->
|
|
|
- <!-- <img :src="item.webIcon" alt="" style="width: 30px; height: 30px" /> -->
|
|
|
- <div :class="'icon icon' + it.id"></div>
|
|
|
+ <img :src="it.webIcon" alt="" style="width: 30px; height: 30px"/>
|
|
|
+ <!-- <div :class="'icon icon' + it.id"></div> -->
|
|
|
</div>
|
|
|
<span class="name" @click="jump(it)">{{ it.name }}</span>
|
|
|
</div>
|
|
@@ -163,7 +163,8 @@ export default {
|
|
|
.img {
|
|
|
font-size: 30px;
|
|
|
float: left;
|
|
|
- line-height: 80px;
|
|
|
+ // line-height: 60px;
|
|
|
+ margin-top: 4px;
|
|
|
}
|
|
|
.name {
|
|
|
float: left;
|