WGShare.Client.Wx/components/header-tab/index.wxml

7 lines
420 B
Plaintext

<view class="header-tab" style="background-color: {{backGround}};">
<status-bar-height wx:if="{{isStatusBarHeight}}"></status-bar-height>
<view class="header-tab-title" style="color: {{color}};{{titleStyle}}">
{{title}}
<t-icon name="chevron-left" size="{{iconSize}}rpx" data-name="chevron-left" color='{{color}}' class="header-tab-title-back" wx:if="{{isBack === true}}" bind:tap="back" />
</view>
</view>