调试
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-12-25 16:31:56 +08:00
parent 036d4d86a8
commit e3a8ba4586

View File

@@ -62,11 +62,14 @@ const handleTabClick = (path) => {
</script>
<style scoped>
/* 仅在移动设备上添加底部安全区域适配 */
@media only screen and (max-width: 768px) {
:deep(.van-tabbar) {
/* 为小白条添加额外高度 */
padding-bottom: 10px;
}
/* 移除底部留白 */
:deep(.van-tabbar) {
padding-bottom: 0 !important;
height: 50px !important;
}
/* 移除可能的安全区域相关样式 */
:deep(.van-tabbar::after) {
display: none !important;
}
</style>