111
QYF-GitLab1
2025-01-02 c5b6f319a21021892a299036c22862b1a3b2ad53
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;
}