FEAT => 更新项目配置和组件,添加安全区域支持,优化导航栏,移除不必要的组件测试页面。

This commit is contained in:
超级老白兔
2025-07-31 16:30:34 +08:00
parent 529e5d3b83
commit 599d67141f
18 changed files with 2116 additions and 126 deletions

View File

@@ -160,6 +160,17 @@ textarea {
}
/* 6. 移动端/PC端兼容基础样式 */
// 安全区域CSS变量定义
:root {
--safe-area-top: 0px;
--safe-area-bottom: 0px;
--safe-area-left: 0px;
--safe-area-right: 0px;
--status-bar-height: 0px;
--nav-bar-height: 44px;
}
html,
body {
height: 100%;