style: 移除多余的rounded-xl样式并整理代码格式

1. 移除多个组件冗余的rounded-xl类名,统一圆角样式配置
2. 调整Dashboard页面代码缩进与引号风格为统一的双引号格式
3. 简化DramaDetail页面布局结构,重构详情展示区域
4. 清理index.css中多余的descriptions自定义样式
5. 更新gitignore忽略.trae和.mimocode目录
This commit is contained in:
2026-07-03 16:12:00 +08:00
parent 885d17cec7
commit 82524c4312
10 changed files with 133 additions and 140 deletions

View File

@@ -122,7 +122,6 @@
- `border-line/60` 等边框 — 保持 1px
- `shadow-*` 类 — shadow 值保持 px
- Arco 组件的 `size` prop如 Avatar `size={32}`)— Arco 内部用 px保持数字
- `rounded-xl`, `rounded-2xl` 等 — 已在 config 中定义为 rem
## 实施顺序