@@ -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 {
@@ -8,7 +8,6 @@
</div>
<slot/>
- <NavTopBar/>
<FooterBottom/>
</template>
@@ -1,5 +1,6 @@
<template>
<div>
+ <NavTopBar/>
<SldHomeTopSearch />
<NavCatHeader />
<!-- <div class="bottom_line"></div> -->