index.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. .home-container {
  2. width: 100%;
  3. height: 100%;
  4. min-height: 550px;
  5. :deep(.card) {
  6. padding: 60px 65px 60px 85px;
  7. }
  8. }
  9. :deep(.card) {
  10. width: 100%;
  11. height: 100%;
  12. background-image: url('../../../assets/taaisImg/53bg.png');
  13. background-repeat: no-repeat;
  14. background-size: 100% 100%;
  15. // color: black;
  16. }
  17. :deep(.el-table) {
  18. // --el-table-border-color: transparent;
  19. --el-table-border-color: #bdbdbe7b;
  20. // --el-table-border: none;
  21. --el-table-text-color: #bdbdbe;
  22. --el-table-header-text-color: #bdbdbe;
  23. --el-table-row-hover-bg-color: transparent;
  24. --el-table-current-row-bg-color: transparent;
  25. --el-table-header-bg-color: transparent;
  26. --el-table-bg-color: transparent;
  27. --el-table-tr-bg-color: transparent;
  28. // --el-table-expanded-cell-bg-color: transparent;
  29. }
  30. .bigBox,
  31. .createTask-bigBox {
  32. width: 100%;
  33. height: 100%;
  34. overflow: hidden;
  35. background-image: url('../../../assets/taaisImg/53bg.png');
  36. background-repeat: no-repeat;
  37. background-size: 100% 100%;
  38. }
  39. .createTask-bigBox {
  40. :deep(.el-transfer-panel__item) {
  41. height: 60px;
  42. }
  43. .title {
  44. margin: 20px;
  45. }
  46. .title2 {
  47. text-align: center;
  48. }
  49. .btn {
  50. position: absolute;
  51. bottom: 20px;
  52. }
  53. .back {
  54. left: 100px;
  55. }
  56. .next {
  57. right: 100px;
  58. }
  59. .add {
  60. left: 450px;
  61. }
  62. }
  63. %box-basic {
  64. width: 70%;
  65. height: 700px;
  66. padding: 20px;
  67. margin: 0 auto;
  68. }
  69. .createTask-container {
  70. position: relative;
  71. width: 70%;
  72. height: 520px;
  73. padding: 20px;
  74. margin: 0 auto;
  75. margin-top: 100px;
  76. overflow: hidden;
  77. overflow-y: scroll;
  78. }
  79. .logPage-container {
  80. @extend %box-basic;
  81. position: relative;
  82. width: 90%;
  83. margin-top: 50px;
  84. .btn {
  85. margin-top: 10px;
  86. margin-left: 100px;
  87. }
  88. .next {
  89. position: absolute;
  90. right: 120px;
  91. }
  92. .log {
  93. width: 90%;
  94. height: 550px; /* 根据需要调整 */
  95. padding: 10px;
  96. // padding-bottom: 80px;
  97. margin-left: 50px;
  98. overflow-y: auto;
  99. font-family: 'Courier New', monospace;
  100. color: #4aff84;
  101. background-color: #1e1e1e;
  102. }
  103. .p {
  104. padding-left: 10px;
  105. margin-bottom: 5px;
  106. border-left: 3px solid #4aff84;
  107. }
  108. }
  109. :deep(.dv-border-box-1 .border-box-content) {
  110. text-align: left;
  111. }
  112. .trainResult-container {
  113. @extend %box-basic;
  114. width: 90%;
  115. padding: 3px 20px;
  116. margin-top: 50px;
  117. .table {
  118. position: relative;
  119. width: 100%;
  120. height: 600px;
  121. margin-top: -15px;
  122. .btn {
  123. margin-top: 10px;
  124. margin-left: 50px;
  125. }
  126. .next {
  127. position: absolute;
  128. right: 150px;
  129. }
  130. }
  131. :deep(th.el-table__cell),
  132. :deep(td.el-table__cell) {
  133. // 设置position 使得 子元素不与其产生新的层叠关系
  134. position: static;
  135. }
  136. }