设备调试
This commit is contained in:
@@ -66,7 +66,7 @@ const handleTabClick = (path) => {
|
|||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
:deep(.van-tabbar) {
|
:deep(.van-tabbar) {
|
||||||
/* 为小白条添加额外高度 */
|
/* 为小白条添加额外高度 */
|
||||||
padding-bottom: max(10px, calc(env(safe-area-inset-bottom) - 20px));
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user