refactor(favorites): 优化我的收藏页面布局和图标显示
## 主要更新
### 优化
- 重构"我的收藏"页面 (`src/pages/favorites/index.vue`)
- 使用真实文档图标系统 (getDocumentIcon),根据文件扩展名自动显示
- 去掉图标背景容器,图标居中显示并放大到 56rpx
- 查看和删除按钮参考计划书页面样式重新设计
- 横向排列(非纵向)
- 右对齐布局
- 去掉背景色,使用简洁的图标+文字样式
- 优化整体布局结构
- 标题与图标并排显示
- 信息区域分层更清晰
- 移除冗余数据字段 (icon/iconColor/iconBgClass)
### 技术细节
- 集成 getDocumentIcon 工具函数
- 统一操作按钮交互体验
- 响应式布局优化
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
2 changed files
with
63 additions
and
48 deletions
-
Please register or login to post a comment