|
|
@@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="app-header" :class="{ white: theme === 'white' || isWindowScrollIng, black: theme === 'black' }"> |
|
|
|
<div class="app-header-content"> |
|
|
|
<div class="app-header" :class="{ white: theme === 'white' || isWindowScrollIng, black: theme === 'black', 'black-bg-color': isWindowScrollIng && theme === 'black' }"> |
|
|
|
<div class="app-header-content" > |
|
|
|
<div class="app-header-content-left"> |
|
|
|
<slot name="left"> |
|
|
|
<i class="yiyun_icon app-header-back-btn" :class="{ icon_topback_left: theme === 'white', icon_topback_left_baise: theme === 'black' }" @click="navBack()" v-show="showBackBtn" /> |
|
|
@@ -121,4 +121,7 @@ export default { |
|
|
|
bottom: 0; |
|
|
|
margin: auto 0; |
|
|
|
} |
|
|
|
.black-bg-color { |
|
|
|
background-color:#32323c; |
|
|
|
} |
|
|
|
</style> |