Browse Source

修改header li 样式

秦鹏 3 years ago
parent
commit
63f860dd17
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/Header.vue

+ 1 - 0
src/components/Header.vue

@@ -367,6 +367,7 @@ export default {
         line-height: 64px;
         font-weight: 500;
         cursor: pointer;
+        white-space: nowrap;
         &:hover {
           background: #f6f6f6;
         }