Files
doc-mini-app/components/index-nav-bar/index-nav-bar.wxml
2024-08-19 00:00:29 +08:00

16 lines
577 B
Plaintext

<!-- 自定义顶部栏 -->
<view class="nav-bar" style="height:{{navBarHeight}}px;">
<view class="logo-container">
<view class="logo-icon">
<image src="../../images/icon.png" mode="aspectFit" />
<!-- 这里可以插入图标 -->
</view>
<view class="logo-text">
<view class="title">SHARK系列超声波封口焊机</view>
<view class="subtitle">故障查询系统</view>
</view>
</view>
</view>
<!-- 占位,高度与顶部栏一样 -->
<view style="height:{{navBarHeight}}px;"></view>