浏览代码

fix: 门户网站UI调整

周玉环 23 小时之前
父节点
当前提交
0a885df8aa
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      xinkeaboard-web/components/NavTopBar.vue
  2. 0 1
      xinkeaboard-web/layouts/default.vue
  3. 1 0
      xinkeaboard-web/pages/index.vue

+ 2 - 2
xinkeaboard-web/components/NavTopBar.vue

@@ -192,10 +192,10 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
   justify-content: center;
 
   .header {
-    width: 1210px;
+    width: 100%;
     height: 33px;
     display: flex;
-    justify-content: space-between;
+    justify-content: space-around;
     align-items: center;
 
     .header_left {

+ 0 - 1
xinkeaboard-web/layouts/default.vue

@@ -8,7 +8,6 @@
             </div>
         </div>
         <slot/>
-        <NavTopBar/>
         <FooterBottom/>
     </div>
 </template>

+ 1 - 0
xinkeaboard-web/pages/index.vue

@@ -1,5 +1,6 @@
 <template>
   <div>
+    <NavTopBar/>
     <SldHomeTopSearch />
     <NavCatHeader />
     <!-- <div class="bottom_line"></div> -->