闫增涛
2024-12-31 afdda50cc54231b4fa788041adadb49cc239da23
packageCourse/components/studentManage/index.wxss
@@ -7,8 +7,8 @@
.contentBox {
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  background-color: #eee;
  height: 100%;
  background-color: #fff;
  font-size: 28rpx;
}
@@ -55,7 +55,7 @@
.contentList {
  width: 100%;
  height: calc(100% - 55px);
  height: calc(100% - 55px - 45px);
  background-color: #fff;
}
@@ -120,6 +120,18 @@
  right: 0;
}
.navBottom {
  width: 100%;
  height: 45px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1rpx solid #eee;
  padding: 5px 10px;
  box-sizing: border-box;
}
/* gujia */
.group {