样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
孙诚
2025-12-26 18:03:52 +08:00
parent 5e23c38df4
commit ed0fbb1930
11 changed files with 53 additions and 7 deletions

View File

@@ -333,4 +333,9 @@ onMounted(() => {
background: #1a1a1a;
}
}
/* 设置页面容器背景色 */
:deep(.van-nav-bar) {
background: transparent !important;
}
</style>