设备调试
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-25 16:27:03 +08:00
parent c763bc0fb7
commit d99b0ea0af

View File

@@ -66,7 +66,7 @@ const handleTabClick = (path) => {
@media only screen and (max-width: 768px) {
:deep(.van-tabbar) {
/* 为小白条添加额外高度 */
padding-bottom: max(10px, calc(env(safe-area-inset-bottom) - 20px));
padding-bottom: 10px;
}
}
</style>