index.module.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .A1add {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. z-index: 12;
  8. background-color: #fff;
  9. border-radius: 10px;
  10. padding: 24px;
  11. :global {
  12. .A1eMain {
  13. width: 100%;
  14. height: 100%;
  15. overflow-y: auto;
  16. .A1fromRow {
  17. position: relative;
  18. width: 800px;
  19. height: 56px;
  20. // &>div {
  21. // width: 100%;
  22. // }
  23. .A1_1Frow {
  24. position: absolute;
  25. top: 0px;
  26. left: 600px;
  27. width: 200px;
  28. }
  29. .A1_4Frow {
  30. position: absolute;
  31. left: 400px;
  32. top: 4px;
  33. }
  34. .A1_6Frow {
  35. position: absolute;
  36. left: 200px;
  37. top: 5px;
  38. color: #999;
  39. font-size: 12px;
  40. }
  41. }
  42. .ant-form {
  43. width: 800px;
  44. // .ant-input-affix-wrapper{
  45. // width: 800px;
  46. // }
  47. .formRow {
  48. display: flex;
  49. .formLeft {
  50. position: relative;
  51. top: 3px;
  52. width: 100px;
  53. text-align: right;
  54. &>span {
  55. color: #ff4d4f;
  56. }
  57. }
  58. .formRight {
  59. width: calc(100% - 100px);
  60. }
  61. }
  62. .A1Ebtn {
  63. position: absolute;
  64. z-index: 10;
  65. left: 1200px;
  66. top: 50%;
  67. transform: translateY(-50%);
  68. }
  69. }
  70. }
  71. // 从查看进入
  72. .A1eMainLook{
  73. // 左边的 label 也不让选中
  74. label{
  75. pointer-events: none;
  76. }
  77. .ant-picker{
  78. pointer-events: none;
  79. }
  80. .ant-checkbox-wrapper{
  81. pointer-events: none;
  82. }
  83. .ant-input-number{
  84. pointer-events: none;
  85. }
  86. .ant-select{
  87. pointer-events: none;
  88. }
  89. }
  90. }
  91. }