调试
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<van-config-provider :theme="theme">
|
||||
<van-config-provider :theme="theme" style="height: 100vh;">
|
||||
<RouterView />
|
||||
<van-tabbar v-model="active" v-show="showTabbar">
|
||||
<van-tabbar-item icon="notes-o" to="/calendar">
|
||||
@@ -62,14 +62,5 @@ const handleTabClick = (path) => {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* 移除底部留白 */
|
||||
: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