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