|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
<img src="../../assets/img/search.png" alt="" class="search-icon"> |
|
|
|
|
</div> |
|
|
|
|
<div class="inner"> |
|
|
|
|
<div style="height: 80px;"></div> |
|
|
|
|
<div style="height: 70px;"></div> |
|
|
|
|
<navbar ref="nav"></navbar> |
|
|
|
|
<div class="action" v-if="token"> |
|
|
|
|
<img v-if="isManager && showSetting" class="icon" :class="{'m-r-20': !isCustomer}" src="../../assets/img/setting.png" alt="" @click="toManager"> |
|
|
|
@ -223,7 +223,7 @@ export default { |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 80px; |
|
|
|
|
height: 70px; |
|
|
|
|
background-color: #fff; |
|
|
|
|
.inner{ |
|
|
|
|
display: flex; |
|
|
|
@ -240,7 +240,7 @@ export default { |
|
|
|
|
left: 30px; |
|
|
|
|
font-size: 28px; |
|
|
|
|
color: #568DF2; |
|
|
|
|
line-height: 80px; |
|
|
|
|
line-height: 70px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -254,7 +254,7 @@ export default { |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: center; |
|
|
|
|
width: 300px; |
|
|
|
|
height: 80px; |
|
|
|
|
height: 70px; |
|
|
|
|
padding: 7px 20px; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
background-color: #fff; |
|
|
|
|