Ver código fonte

fix(导航栏样式调整)

liujing 9 meses atrás
pai
commit
52dd5e1e40
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/layout/components/Navbar.vue

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

@@ -445,7 +445,7 @@ export default {
     float: right;
     height: 100%;
     line-height: 50px;
-    width: calc(100% - 350px);
+    width: calc(100% - 400px);
     display: flex;
     &:focus {
       outline: none;