feat:index.scss 增加 .yd-page-container 全局样式,并调整相关的 index.vue

This commit is contained in:
YunaiV
2025-12-19 20:19:37 +08:00
parent 56f967607b
commit 1e126355bf
43 changed files with 43 additions and 43 deletions

View File

@@ -41,7 +41,7 @@ border-t-1
// ==================== 全局公共样式 ====================
// 页面容器:灰色背景 + 最小全屏高度
.page-container {
.yd-page-container {
@apply min-h-screen;
background-color: #f5f5f5;
}