样式统一
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-12-26 17:29:17 +08:00
parent 09393f8ee5
commit c0264faca5
14 changed files with 151 additions and 115 deletions

View File

@@ -59,4 +59,9 @@ html, body, #app {
margin: 0;
padding: 0;
height: 100%;
}
/* 设置页面容器背景色 */
:deep(.van-nav-bar) {
background-color: transparent;
}