refactor: 移除main-card和content-box包装层
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- 删除main-card和content-box两层div - 内容卡片直接在el-main下 - 清理对应的CSS规则
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user