attendance.less 172 B

123456789101112
  1. .plg-add-container {
  2. height: 100%;
  3. .layui-row {
  4. height: 100%;
  5. .layui-col-xs6 {
  6. height: 100%;
  7. .layui-card {
  8. height: 100%;
  9. }
  10. }
  11. }
  12. }