operation_quality.less 950 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .plg-operation-contianer, .plg-quality-container {
  2. @totalHeight: calc(100% - 10px);
  3. width: calc(100% - 10px);
  4. height: @totalHeight;
  5. margin: 5px;
  6. background-color: #fff;
  7. .layui-card-body {
  8. height: 100%;
  9. .layui-tab {
  10. position: relative;
  11. height: calc(100% - 20px);
  12. .layui-tab-content {
  13. position: absolute;
  14. top: 40px;
  15. right: 0;
  16. bottom: 0;
  17. left: 0;
  18. .layui-tab-item {
  19. position: absolute;
  20. width: 100%;
  21. height: 100%;
  22. // background-color: red;
  23. }
  24. .plg-warehouse-container, .plg-shipper-container,
  25. .plg-complaints-container, .plg-exception-container {
  26. width: 100%;
  27. height: calc(100% - 20px);
  28. .plg-grid-panel {
  29. position: absolute;
  30. top: 0;
  31. right: 0;
  32. bottom: 0;
  33. left: 0;
  34. }
  35. }
  36. }
  37. }
  38. }
  39. }