ソースを参照

fix(导航栏样式调整)

liujing 9 ヶ月 前
コミット
52dd5e1e40
1 ファイル変更1 行追加1 行削除
  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;