diff --git a/doc/plans/2026-02-28-project-list-ui-optimization.md b/doc/plans/2026-02-28-project-list-ui-optimization.md new file mode 100644 index 0000000..023d688 --- /dev/null +++ b/doc/plans/2026-02-28-project-list-ui-optimization.md @@ -0,0 +1,474 @@ +# 项目列表页面UI优化实施计划 + +> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task. + +**Goal:** 优化项目列表页面 UI,实现扁平化设计,添加独立搜索按钮 + +**Architecture:** 修改两个 Vue 组件(index.vue 和 SearchBar.vue),移除页面标题的卡片式装饰,将搜索图标改为独立按钮 + +**Tech Stack:** Vue 2.6.12, Element UI 2.15.14, SCSS + +--- + +## Task 1: 修改页面标题样式 + +**Files:** +- Modify: `ruoyi-ui/src/views/ccdiProject/index.vue:266-282` (样式部分) + +**Step 1: 读取当前文件** + +读取文件:`ruoyi-ui/src/views/ccdiProject/index.vue` + +查看 `.page-header` 样式块(第 266-282 行) + +**Step 2: 移除页面标题的卡片样式** + +在 `