hookehuyr

fix(favorites): 修复日期显示位置

## 修复
- 修复日期文本靠左显示的问题
- 添加 text-right 类,使日期靠右对齐

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
35 </view> 35 </view>
36 36
37 <!-- Date --> 37 <!-- Date -->
38 - <view class="text-gray-500 text-[24rpx] mb-[20rpx]"> 38 + <view class="text-gray-500 text-[24rpx] mb-[20rpx] text-right">
39 <text>{{ item.date }}</text> 39 <text>{{ item.date }}</text>
40 </view> 40 </view>
41 41
......