Browse Source

修复问题

李书文 1 year ago
parent
commit
62158016be
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/TopNav/index.vue

+ 1 - 2
src/components/TopNav/index.vue

@@ -6,7 +6,7 @@
         <div class="out">
           <div class="int">
             <div class="icon"><svg-icon :icon-class="item.meta.icon" /></div>
-            <div class="desc">{{ item.meta.title }}</div>
+            <div class="desc omit">{{ item.meta.title }}</div>
           </div>
         </div>
       </div>
@@ -181,7 +181,6 @@ export default {
   margin: 0 10px !important;
 }
 .reference {
-  margin-top: -2px;
   .mtt {
     margin-top: -24px;
     font-size: 14px;