studentList.wxss 234 B

123456789101112
  1. /* teacher/pages/studentList/studentList.wxss */
  2. .empty {
  3. width: 100%;
  4. height: 400px;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: center;
  8. align-items: center;
  9. }
  10. .empty text {
  11. margin-top: 10px;
  12. }