|
|
@@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<view style="height: 100%"> |
|
|
|
<view v-if="position === 'fixed'" :style="'height: calc(103px + 17rpx);'" /> |
|
|
|
<view v-if="position === 'fixed'" :style="'height:220rpx;'" /> |
|
|
|
|
|
|
|
<view |
|
|
|
:class="'custom-nav-bar ' + (position === 'fixed' ? 'custom-nav-bar__fixed' : '') + ' ' + (position === 'absolute' ? 'custom-nav-bar__absolute' : '')" |
|
|
@@ -9,7 +9,7 @@ |
|
|
|
zIndex + |
|
|
|
';background-color: ' + |
|
|
|
(color === 'white' ? 'transparent' : '#ffffff') + |
|
|
|
';height:calc(103px + 17rpx);' |
|
|
|
';height:220rpx;' |
|
|
|
"> |
|
|
|
<view :class="'custom-nav-bar-content__content ' + (border ? 'custom-nav-bar__border-bottom' : '')"> |
|
|
|
<view class="custom-nav-bar-content__left" @click="onClickLeft"> |
|
|
|