refactor(product): 将产品列表从网格布局改为水平列表布局
- 从 2 列网格布局改为单列水平卡片布局 - 图片尺寸从 200rpx 增加到 220rpx - 使用圆形文字按钮替代 NutUI 按钮组件 - 优化标签显示逻辑,显示所有标签而非仅前 2 个 技术细节: - 布局:flex 布局,图片固定宽度 220rpx - 按钮:纯文字按钮,详情为浅蓝背景,计划书为深蓝背景 - 间距:使用 gap、mt-auto 等优化视觉层次 影响文件: - src/pages/product-center/index.vue - components.d.ts (自动更新) - docs/CHANGELOG.md Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
3 changed files
with
75 additions
and
51 deletions
-
Please register or login to post a comment