mac 2 years ago
parent
commit
b56d93afee
  1. 2
      components/NavBar/NavBar.vue

2
components/NavBar/NavBar.vue

@ -14,7 +14,7 @@
<image src="../../static/wx_back.png" style="width: 20px;height: 20px;"></image>
</view>
<!-- 标题布局 -->
<view class="_nav-title2" :style="{'font-size':fontSize}">>{{navTitle}}</view>
<view class="_nav-title2" :style="{'font-size':fontSize}">{{navTitle}}</view>
</view>
</view>

Loading…
Cancel
Save