refactor(ui): 重构应用样式和组件结构
部署开发环境 / deploy-dev (push) Successful in 2m8s

- 移除 App.vue 中的内联样式,将 CSS 变量定义移到 main.css
- 在 HomeView.vue 中使用 Element Plus Card 组件替代自定义卡片样式
- 更新 HomeView.vue 中的统计卡片布局,使用 Space 和 Card 组件
- 添加 fade-in 动画到全局主题配置
- 在 components.d.ts 中注册 ElCard 和 ElContainer 组件
- 移除 SettingsView.vue 中的空样式标签
- 使用 Tailwind CSS 类替代原有的自定义样式类
This commit is contained in:
2026-06-20 18:40:00 +08:00
parent fc640407d9
commit ac082785f4
6 changed files with 192 additions and 321 deletions
-4
View File
@@ -5,7 +5,3 @@
<template>
TODO
</template>
<style scoped>
</style>