From 7974f3266c323e4cd4fdff7d457fe75f39b8c199 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 25 九月 2024 15:59:06 +0800 Subject: [PATCH] 云学习跳转逻辑修改 --- packageDomain/pages/teacherCertification/index.wxss | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss index 638bef7..acdd2b6 100644 --- a/packageDomain/pages/teacherCertification/index.wxss +++ b/packageDomain/pages/teacherCertification/index.wxss @@ -1,7 +1,9 @@ @import "./index.skeleton.wxss"; page { - background: #F2F3F8; + overflow-y: auto !important; + position: relative; + background-color: #F2F3F8 !important; } .container { @@ -158,7 +160,6 @@ .protocolBox { padding: 20rpx; display: flex; - } .t-checkbox { @@ -233,7 +234,7 @@ .btn-area { width: 80%; margin: 0 auto; - + padding-bottom: 20rpx; } .submit { -- Gitblit v1.9.1