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