From 5997579aa13e3b11677ee4d6eac3584f4e11429f Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 08 七月 2025 16:53:57 +0800 Subject: [PATCH] 优化 --- packageDomain/pages/teacherCertification/index.wxss | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss index 745ba1e..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 { -- Gitblit v1.9.1