门店端优化

This commit is contained in:
wong
2025-08-13 17:03:25 +08:00
parent f5dd5e8191
commit e53f31487e
5 changed files with 11 additions and 11 deletions

View File

@@ -4,11 +4,11 @@
<!-- 头部 -->
<view class="header">
<view class="back-icon" @tap="closePage">
<text class="uni-icons-arrow-left" style="font-size: 26px; color: #333;">&#xe6db;</text>
<u-icon name="arrow-left" color="#333" size="26"></u-icon>
</view>
<view class="title">供应链采购</view>
<view class="close-icon" @tap="closePage">
<text class="uni-icons-close" style="font-size: 24px; color: #333;">&#xe607;</text>
<u-icon name="close" color="#333" size="24"></u-icon>
</view>
</view>