feat:更新tabbar显示
This commit is contained in:
@@ -6,8 +6,19 @@ $tabBar-height: 70px;
|
||||
.layout-mobile-home {
|
||||
height: 100%;
|
||||
|
||||
&.hide-tab-bar {
|
||||
.common-mobile-view {
|
||||
height: calc(100vh - #{$titleBar-height});
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.hide-tab-bar) {
|
||||
.common-mobile-view {
|
||||
height: calc(100vh - #{$tabBar-height} - #{$titleBar-height});
|
||||
}
|
||||
}
|
||||
|
||||
.common-mobile-view {
|
||||
height: calc(100vh - $tabBar-height - $titleBar-height);
|
||||
overflow: auto;
|
||||
background-color: var(--color-bg);
|
||||
color: var(--color-text);
|
||||
|
||||
Reference in New Issue
Block a user