index.module.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .A3RoomStatu {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: calc(100% + 2px);
  7. z-index: 10;
  8. background-color: #ecedf1;
  9. :global {
  10. .A3Rtop {
  11. margin-bottom: 15px;
  12. background-color: #fff;
  13. border-radius: 10px;
  14. padding: 20px 24px 20px 60px;
  15. position: relative;
  16. min-height: 140px;
  17. .A3RTitle {
  18. position: absolute;
  19. top: 14px;
  20. left: 20px;
  21. width: 30px;
  22. font-weight: 700;
  23. font-size: 22px;
  24. color: var(--themeColor);
  25. }
  26. .A3RtopRow {
  27. display: flex;
  28. .A3Rtopll {
  29. text-align: right;
  30. width: 84px;
  31. margin-right: 6px;
  32. &>span {
  33. color: #ff4d4f;
  34. }
  35. }
  36. .A3Rtoprr {
  37. width: calc(100% - 90px);
  38. textarea {
  39. min-height: 80px !important;
  40. }
  41. }
  42. }
  43. .A3RtopRow1 {
  44. margin-bottom: 10px;
  45. &>div {
  46. display: flex;
  47. align-items: center;
  48. margin-right: 20px;
  49. }
  50. .A3RtopRowSonYK {
  51. .ant-cascader {
  52. pointer-events: none;
  53. .ant-select-selector {
  54. border: none;
  55. // padding: 0;
  56. }
  57. .ant-select-arrow {
  58. opacity: 0;
  59. }
  60. }
  61. }
  62. }
  63. }
  64. .A3Rtable {
  65. height: calc(100% - 180px);
  66. background-color: #fff;
  67. border-radius: 10px;
  68. padding: 18px 24px 24px;
  69. // 表格里面的库房位置
  70. .A3RTableDZ {
  71. .ant-cascader {
  72. // pointer-events: none;
  73. .ant-select-selector {
  74. border: none;
  75. padding: 0;
  76. }
  77. .ant-select-selection-item {
  78. padding: 0;
  79. }
  80. .ant-select-clear {
  81. opacity: 0;
  82. }
  83. .ant-select-arrow {
  84. opacity: 0;
  85. }
  86. }
  87. }
  88. .A3Rtable1 {
  89. display: flex;
  90. justify-content: space-between;
  91. margin-bottom: 10px;
  92. }
  93. .A3Rtable2 {
  94. height: calc(100% - 80px);
  95. .ant-table-body {
  96. .ant-table-cell {
  97. padding: 4px 6px !important;
  98. }
  99. }
  100. }
  101. .A3Rtable3 {
  102. margin-top: 10px;
  103. text-align: center;
  104. }
  105. }
  106. }
  107. }