Kaynağa Gözat

!203 修改navbar中消息图标样式与同行元素保持一致
Merge pull request !203 from 愿丶/dev

疯狂的狮子Li 11 ay önce
ebeveyn
işleme
7b48bd44a2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -33,7 +33,7 @@
             <el-popover placement="bottom" trigger="click" transition="el-zoom-in-top" :width="300" :persistent="false">
             <el-popover placement="bottom" trigger="click" transition="el-zoom-in-top" :width="300" :persistent="false">
               <template #reference>
               <template #reference>
                 <el-badge :value="newNotice > 0 ? newNotice : ''" :max="99">
                 <el-badge :value="newNotice > 0 ? newNotice : ''" :max="99">
-                  <svg-icon icon-class="message" />
+                  <div class="right-menu-item hover-effect" style="display: block"><svg-icon icon-class="message" /></div>
                 </el-badge>
                 </el-badge>
               </template>
               </template>
               <template #default>
               <template #default>