auto-copy-library.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .auto-copylibrary-content {
  2. background: #fff;
  3. height: calc(100vh - 320px);
  4. padding: 20px;
  5. overflow-y: auto;
  6. .control-con-header {
  7. margin-bottom: 20px;
  8. position: relative;
  9. .grid-form-options {
  10. margin-top: 15px;
  11. }
  12. .common-input-long,
  13. .acount-search-class {
  14. width: 625px;
  15. }
  16. .common-input-long {
  17. margin-left: 10px;
  18. }
  19. .reset-class {
  20. margin-right: 10px !important;
  21. }
  22. .upload-person {
  23. position: absolute;
  24. right: 10px;
  25. top: 0;
  26. }
  27. }
  28. .pagin-table-class {
  29. display: flex;
  30. justify-content: flex-end;
  31. margin-top: 20px;
  32. }
  33. }
  34. /deep/ .auto-copy-library-modal {
  35. width: 700px !important;
  36. .ant-modal-body {
  37. height: 380px !important;
  38. overflow-y: auto;
  39. }
  40. .ad-name-tags-class {
  41. width: 500px;
  42. display: flex;
  43. .name-tags-left {
  44. width: 350px;
  45. }
  46. }
  47. .acount-title {
  48. display: flex;
  49. font-size: 14px;
  50. margin-top: 20px;
  51. line-height: 32px;
  52. .acount-title-left {
  53. margin-right: 20px;
  54. width: 70px;
  55. }
  56. .only-title-mater {
  57. width: 400px;
  58. .upload-prompt-information {
  59. height: 20px;
  60. line-height: 20px;
  61. }
  62. .special-number-line {
  63. margin-top: 20px;
  64. }
  65. .select-project {
  66. width: 100%;
  67. }
  68. .mater-list-name {
  69. display: flex;
  70. height: 30px;
  71. margin: 0;
  72. .mater-list-show {
  73. display: inline-block;
  74. width: 400px;
  75. white-space: nowrap;
  76. overflow: hidden;
  77. text-overflow: ellipsis;
  78. }
  79. .mater-list-icon {
  80. margin-left: 10px;
  81. color: #1890ff;
  82. cursor: pointer;
  83. }
  84. }
  85. }
  86. .examin-form-model {
  87. width: 500px;
  88. position: relative;
  89. .examin-form-num {
  90. position: absolute;
  91. top: -10px;
  92. right: -50px;
  93. }
  94. .examin-form-icon {
  95. position: absolute;
  96. top: 0px;
  97. right: -85px;
  98. font-size: 18px;
  99. color: #1890ff;
  100. cursor: pointer;
  101. }
  102. }
  103. .examin-form-input {
  104. width: 380px;
  105. }
  106. }
  107. .push-plate {
  108. margin-bottom: 20px;
  109. .examin-select-title {
  110. margin: 0 20px 0 20px;
  111. }
  112. }
  113. }
  114. /deep/ .reject-ideas-modal {
  115. width: 900px !important;
  116. .pagin-table-class {
  117. display: flex;
  118. justify-content: flex-end;
  119. margin-top: 20px;
  120. }
  121. }