浏览代码

Merge branch 'dev' of ssh://git.cestong.com.cn:8162/cecf/observe-front into dev

* 'dev' of ssh://git.cestong.com.cn:8162/cecf/observe-front:
  fix(导航栏样式调整)
  [REV] 忽略dist目录
wlf 9 月之前
父节点
当前提交
4e155114fb
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      .gitignore
  2. 1 1
      src/layout/components/Navbar.vue

+ 1 - 0
.gitignore

@@ -1 +1,2 @@
 node_modules
+dist

+ 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;