将HomeView.vue的三栏布局更新为现代简约风格: - 左栏:#F5F5F5 浅灰背景 + #333 深灰文字 - 中栏:#FFFFFF 纯白背景 - 右栏:#FFFFFF 纯白背景 - 选中态:#E57373 浅红强调 - 边框:#EFEFEF 浅灰 - 悬停效果:#EBEBEB 浅灰 提升视觉层次和可读性,符合现代UI设计规范。 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| README.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||
README.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.