调试
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user