From e609ca28af867e7a208b4c78cda300cb254d52ba Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 20 十二月 2024 17:33:17 +0800 Subject: [PATCH] 教学互动隐藏 --- packageCourse/components/studentManage/index.wxss | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packageCourse/components/studentManage/index.wxss b/packageCourse/components/studentManage/index.wxss index 33a1628..4d35761 100644 --- a/packageCourse/components/studentManage/index.wxss +++ b/packageCourse/components/studentManage/index.wxss @@ -86,6 +86,7 @@ width: 85vw; height: 180px; border-radius: 10rpx; + position: relative; } .block-select-title { @@ -99,7 +100,7 @@ display: flex; justify-content: flex-start; align-items: center; - padding: 70rpx 20rpx; + padding: 50rpx 20rpx; box-sizing: border-box; } @@ -111,7 +112,12 @@ display: flex; justify-content: flex-end; align-items: center; - padding: 0 20rpx; + min-height: 120rpx; + padding: 0rpx 20rpx; + box-sizing: border-box; + position: absolute; + bottom: 0; + right: 0; } -- Gitblit v1.9.1