date.css 820 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #test-n2 {
  2. position: relative;
  3. min-height: 400px !important;
  4. width: 100% !important;
  5. }
  6. #test-n2 #layui-laydate1,#test-n2 #layui-laydate1 .layui-laydate-main,#test-n2 .layui-laydate-content table{
  7. width: 100%;
  8. }
  9. #test-n2 .layui-laydate-content table tbody{
  10. height:calc(100vh - 240px)!important;
  11. }
  12. .text_box{
  13. padding: 15px !important;
  14. }
  15. #test-n3 {
  16. position: relative;
  17. min-height: 400px !important;
  18. width: 100% !important;
  19. }
  20. #layui-laydate1{
  21. width: 100% !important;
  22. }
  23. #test-n3 #layui-laydate1 .layui-laydate-main{
  24. width:50%;
  25. }
  26. #test-n3 #layui-laydate1 .layui-laydate-main table{
  27. width: 100% !important;
  28. }
  29. #test-n3 .layui-laydate-content table tbody{
  30. height:calc(100vh - 240px)!important;
  31. }
  32. .layui-laydate-content td, .layui-laydate-content th{
  33. width: 90px !important;
  34. height: 90px !important;
  35. }