custom-columns.less 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. ::v-deep .custom-columns-modal {
  2. width: 800px !important;
  3. .custom-modal-content {
  4. .input-search {
  5. width: 200px;
  6. margin: 10px 0 10px 0;
  7. }
  8. .class-left-header {
  9. height: 50px;
  10. line-height: 50px;
  11. background-color: #ccc;
  12. padding: 0 10px;
  13. display: flex;
  14. justify-content: space-between;
  15. }
  16. .active {
  17. background: #ccc;
  18. color:cyan;
  19. cursor: pointer;
  20. }
  21. .modal-content-table {
  22. display: flex;
  23. justify-content: space-between;
  24. .select-class-left {
  25. width: 65%;
  26. height: 400px;
  27. border: 1px solid #ccc;
  28. .class-left-main {
  29. display: flex;
  30. .left-main-left {
  31. width: 140px;
  32. border-right: 1px solid #ccc;
  33. .main-left-select {
  34. height: 40px;
  35. line-height: 40px;
  36. text-align: center;
  37. }
  38. }
  39. .left-main-right {
  40. width: 100%;
  41. height: 348px;
  42. overflow-y: auto;
  43. padding: 10px;
  44. .main-right-class {
  45. height: 200px;
  46. .check-box-p {
  47. height: 20px;
  48. line-height: 20px;
  49. }
  50. .check-box-select-muster {
  51. .check-box-class {
  52. display: inline-block;
  53. width: 50%;
  54. }
  55. }
  56. }
  57. }
  58. }
  59. }
  60. .select-class-right {
  61. width: 30%;
  62. height: 400px;
  63. border: 1px solid #ccc;
  64. .class-left-content {
  65. padding: 0 10px;
  66. height: 348px;
  67. overflow-y: auto;
  68. .apply-right-tree {
  69. display: flex;
  70. justify-content: space-between;
  71. align-items: baseline;
  72. .left-content-p {
  73. display: inline-block;
  74. width: 85%;
  75. height: 25px;
  76. line-height: 25px;
  77. margin: 0;
  78. overflow: hidden;
  79. text-overflow: ellipsis;
  80. white-space: nowrap;
  81. }
  82. .delete-type-class {
  83. color: #1890ff;
  84. cursor: pointer;
  85. }
  86. }
  87. }
  88. .no-data-class {
  89. height: 340px;
  90. line-height: 340px;
  91. text-align: center;
  92. }
  93. }
  94. }
  95. }
  96. // .acount-title {
  97. // display: flex;
  98. // font-size: 14px;
  99. // height: 40px;
  100. // line-height: 40px;
  101. // .acount-title-left {
  102. // margin-right: 20px;
  103. // width: 100px;
  104. // }
  105. // }
  106. // .push-plate {
  107. // margin-bottom: 20px;
  108. // }
  109. }