refactor: 移除main-card和content-box包装层
All checks were successful
continuous-integration/drone/push Build is passing

- 删除main-card和content-box两层div
- 内容卡片直接在el-main下
- 清理对应的CSS规则
This commit is contained in:
yiqiu
2026-03-22 14:37:06 +08:00
parent e873653c45
commit e6772c8541
2 changed files with 2 additions and 20 deletions

View File

@@ -1,20 +1,7 @@
/* ====== Account Page — 简约美化 V4 ====== */
/* 策略:零布局改动,只改颜色/圆角/阴影 */
/* === 内容卡片边距 === */
#account .main-card {
padding: 0.16rem 0;
}
/* === 页面标题(隐藏) === */
#account .main-card-title {
display: none !important;
}
/* === 内容容器 === */
.content-box {
margin-top: 0;
}
/* === 用户栏 === */
.box-top {