From 20e20e5dcb6fb581bfe50a83253d18d2cb072e04 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 09 Apr 2021 21:42:22 +0800
Subject: [PATCH] 样式调整

---
 src/page/index/top/top-menu.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/page/index/top/top-menu.vue b/src/page/index/top/top-menu.vue
index 132efd0..63960c0 100644
--- a/src/page/index/top/top-menu.vue
+++ b/src/page/index/top/top-menu.vue
@@ -3,17 +3,17 @@
     <el-menu :default-active="activeIndex" mode="horizontal" text-color="#333">
       <el-menu-item index="0" @click.native="openHome(dataItem)" key="0">
         <template slot="title">
-          <i :class="dataItem.source" :title="dataItem.name"></i>
+          <i style="font-size: 20px!important;" :class="dataItem.source" :title="dataItem.name"></i>
         </template>
       </el-menu-item>
       <el-menu-item index="1" @click.native="openHome(mapItem)" key="0">
         <template slot="title">
-          <i :class="mapItem.source" :title="mapItem.name"></i>
+          <i style="font-size: 20px!important;"  :class="mapItem.source" :title="mapItem.name"></i>
         </template>
       </el-menu-item>
       <el-menu-item index="2" @click.native="openHome(cardItem)" key="0">
         <template slot="title">
-          <i :class="cardItem.source" :title="cardItem.name"></i>
+          <i style="font-size: 20px!important;"  :class="cardItem.source" :title="cardItem.name"></i>
         </template>
       </el-menu-item>
       <!--      <el-menu-item index="0" @click.native="openHomes(ZHAJ)" key="0">-->

--
Gitblit v1.9.3