@@ -1,5 +1,15 @@
.schedule-manage {
:global {
+ .van-tabs{
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: var(--header-height);
+ }
+ .van-swipe-item{
+ height: calc(100vh - var(--header-height) - var(--van-tabs-line-height));
+ overflow-y: auto;
.van-tab__panel {
position: relative;
min-height: 100%;
@@ -175,8 +175,6 @@ export default defineComponent({
<MHeader></MHeader>
</MSticky>
<Tabs
- sticky
- offsetTop={todoData.barHeight}
swipeable
animated
v-model:active={todoData.tabActive}>