From d1deef73e9c402c57600bfa2384037ba78a97de7 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 26 三月 2024 15:09:51 +0800
Subject: [PATCH] 云学习bug修改

---
 packagePersonal/pages/myCollection/index.wxss |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/packagePersonal/pages/myCollection/index.wxss b/packagePersonal/pages/myCollection/index.wxss
index ed8b651..10d2847 100644
--- a/packagePersonal/pages/myCollection/index.wxss
+++ b/packagePersonal/pages/myCollection/index.wxss
@@ -1,5 +1,18 @@
 page {
   background-color: #F2F3F8;
+}
+
+.container {
+  width: 100vw;
+  height: 100vh;
+}
+
+.pageInfo {
+  background: #fff;
+}
+
+.content {
+  height: calc(100vh - env(safe-area-inset-bottom) - 116rpx);
   box-sizing: border-box;
 }
 
@@ -8,8 +21,13 @@
 }
 
 .t-tabs {
-  margin-top: 20rpx;
+  padding-top: 20rpx;
   background: none !important;
+  width: 100%;
+  position: fixed;
+  top: 0rpx;
+  left: 0;
+  z-index: 1
 }
 
 .t-tabs__wrapper {
@@ -56,10 +74,6 @@
   text-align: center;
 }
 
-.content {
-  height: calc(100vh - env(safe-area-inset-bottom));
-  box-sizing: border-box;
-}
 
 .t-tabs__content {
   background: #fff !important;

--
Gitblit v1.9.1