浏览代码

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;