feat(public): 首页搜索居中、移动端自适应,移除下方三卡片 #37

Merged
lixu merged 1 commits from devin/1782372352-home-mobile-center into main 2026-06-25 15:28:54 +08:00
Owner

概述

重设计天工公开前台首页 (Home.tsx):

  • 搜索区在未检索时垂直居中于页面
  • 移动端自适应:搜索框与按钮在小屏堆叠 (flex-col),桌面端并排 (sm:flex-row);标题/描述/内边距随断点缩放
  • 移除下方三个特性卡片(客观可查/可溯源/开放 API)
  • 检索后区块收起 (py-8),结果列表展示逻辑不变

仅改动 public-frontend/src/components/Home.tsx,不涉及搜索 API/后端/数据库。

## 概述 重设计天工公开前台首页 (Home.tsx): - 搜索区在未检索时垂直居中于页面 - 移动端自适应:搜索框与按钮在小屏堆叠 (flex-col),桌面端并排 (sm:flex-row);标题/描述/内边距随断点缩放 - 移除下方三个特性卡片(客观可查/可溯源/开放 API) - 检索后区块收起 (py-8),结果列表展示逻辑不变 仅改动 public-frontend/src/components/Home.tsx,不涉及搜索 API/后端/数据库。
lixu added 1 commit 2026-06-25 15:26:47 +08:00
feat(public): 首页搜索居中、移动端自适应,移除下方三卡片
CI / Go (api) (pull_request) Successful in 52s
CI / Python (ingestion) (pull_request) Successful in 25s
CI / Migrations (postgres) (pull_request) Successful in 29s
313bc84cb0
lixu merged commit 53ade9eeea into main 2026-06-25 15:28:54 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lixu/goods#37