Browse Source

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 months ago
parent
commit
4e155114fb
2 changed files with 2 additions and 1 deletions
  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;