From c192e381734b9caf173c90bb9141dff0326785ee Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期四, 17 七月 2025 14:20:11 +0800 Subject: [PATCH] 京师智教小程序的专题活动模块 不做点击进入页面提示复制链接 点击时直接提示“请移步PC端查看” --- packageCourse/components/studentManage/index.wxss | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packageCourse/components/studentManage/index.wxss b/packageCourse/components/studentManage/index.wxss index 07e031c..e9ccc12 100644 --- a/packageCourse/components/studentManage/index.wxss +++ b/packageCourse/components/studentManage/index.wxss @@ -73,7 +73,7 @@ .contentList { width: 100%; - height: calc(100% - 55px - 45px - 48px); + height: calc(100% - 55px - 48px - 48px); background-color: #fff; } @@ -140,13 +140,13 @@ .navBottom { width: 100%; - height: 45px; + height: 46px; background-color: #fff; display: flex; justify-content: space-between; align-items: center; border-top: 1rpx solid #eee; - padding: 5px 10px; + padding: 0 10px; box-sizing: border-box; } -- Gitblit v1.9.1