Commit 69e83bda by liangjianmin

fix(approve): update icon in approval card to enhance visual clarity

- Replace info icon with clock icon in approval card to better represent creation time
- Adjust icon color for improved visibility and consistency with design standards
parent 5064d0e6
Showing with 1 additions and 1 deletions
......@@ -26,7 +26,7 @@
</view>
<view class="card-row row verCenter bothSide">
<view class="row verCenter">
<u-icon name="info-circle-fill" color="#3b82f6"></u-icon>
<u-icon name="clock-fill" color="#c0c4cc"></u-icon>
<text class="card-time">{{ item.create_time_cn }}</text>
</view>
<text class="card-tag">{{ item.relief_detail }}</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment