index.scss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. html, body, #app {
  2. height: 100%;
  3. background-color: #EBF4F6;
  4. }
  5. *:focus-visible {
  6. outline: none;
  7. }
  8. .el-message {
  9. max-width: 400px;
  10. }
  11. .el-scrollbar.hc-main-scrollbar .el-scrollbar__bar {
  12. right: -18px;
  13. }
  14. .el-scrollbar:not(.hc-main-scrollbar) .el-scrollbar__bar {
  15. right: 0;
  16. }
  17. .el-scrollbar.hc--right-15 .el-scrollbar__bar {
  18. right: -15px;
  19. }
  20. .el-select.block {
  21. width: 100%;
  22. }
  23. .hc-main-row {
  24. position: relative;
  25. width: 100%;
  26. overflow: hidden;
  27. }
  28. .hc-sb-table .el-tabs .el-tabs__header .el-tabs__nav .el-tabs__item {
  29. background: #f1f5f8;
  30. }
  31. .hc-sb-table .el-tabs .el-tabs__active-bar {
  32. background: white;
  33. }
  34. .hc-sb-table .el-tabs .el-tabs__active-bar:after,
  35. .hc-sb-table .el-tabs .el-tabs__active-bar:before {
  36. background: white;
  37. }
  38. .hac-card-title {
  39. position: relative;
  40. display: flex;
  41. align-items: center;
  42. height: 100%;
  43. margin-left: 8px;
  44. &::before {
  45. content: '';
  46. position: relative;
  47. display: inline-block;
  48. width: 5px;
  49. height: 18px;
  50. border-radius: 10px;
  51. background-color: var(--el-color-primary-dark-2);
  52. right: 8px;
  53. }
  54. }
  55. .bg-purple1 {
  56. background-color: rgb(184, 122, 253);
  57. }
  58. .bg-purple1-gradient {
  59. background: linear-gradient(90.99deg, rgba(98,113,252,1) 0.63%,rgba(115,115,252,1) 19%,rgba(152,119,253,1) 35.04%,rgba(163,121,253,1) 51.28%,rgba(178,122,253,1) 73.03%,rgba(184,122,253,1) 97.29%);
  60. color: white;
  61. }
  62. .bg-blue1 {
  63. background-color: rgba(109,131,251,1);
  64. }
  65. .bg-blue1-gradient {
  66. background: linear-gradient(90.99deg, rgba(62,162,246,1) 0.63%,rgba(74,154,247,1) 20.93%,rgba(71,155,247,1) 37.36%,rgba(87,145,249,1) 53.8%,rgba(101,136,250,1) 73.03%,rgba(109,131,251,1) 97.29%);
  67. color: white;
  68. }
  69. .bg-blue2 {
  70. background-color: rgba(109,131,251,1);
  71. }
  72. .bg-blue2-gradient {
  73. background: linear-gradient(90.99deg, rgba(62,162,246,1) 0.63%,rgba(74,154,247,1) 20.93%,rgba(71,155,247,1) 37.36%,rgba(87,145,249,1) 53.8%,rgba(101,136,250,1) 73.03%,rgba(109,131,251,1) 97.29%);
  74. color: white;
  75. }
  76. .bg-red1 {
  77. background-color: rgba(239,148,100,1);
  78. }
  79. .bg-red1-gradient {
  80. background: linear-gradient(90.99deg, rgba(234,100,110,1) 0.63%,rgba(235,111,110,1) 19%,rgba(236,121,108,1) 35.04%,rgba(237,134,104,1) 51.28%,rgba(238,141,101,1) 73.13%,rgba(239,148,100,1) 97.29%);
  81. color: white;
  82. }
  83. .bg-green1 {
  84. background-color: rgba(111,210,165,1);
  85. }
  86. .bg-green1-gradient {
  87. background: linear-gradient(90.99deg, rgba(74,199,214,1) 0.63%,rgba(84,202,203,1) 19%,rgba(92,205,189,1) 35.04%,rgba(101,207,180,1) 51.28%,rgba(103,208,178,1) 73.03%,rgba(111,210,165,1) 97.29%);
  88. color: white;
  89. }
  90. .bg-pink1 {
  91. background-color: rgba(239,148,100,1);
  92. }
  93. .bg-pink1-gradient {
  94. background: linear-gradient(90.99deg, rgba(234,100,110,1) 0.63%,rgba(235,111,110,1) 19%,rgba(236,121,108,1) 35.04%,rgba(237,134,104,1) 51.28%,rgba(238,141,101,1) 73.13%,rgba(239,148,100,1) 97.29%);
  95. color: white;
  96. }
  97. .hc-table-ref-box {
  98. border-color: #f3f3f3;
  99. }
  100. .el-card.hc-card-box {
  101. --el-card-bg-color: white;
  102. }
  103. .el-card.hc-card-box .el-card__body .hc-card-action-box {
  104. background-color: white;
  105. }
  106. .el-card .el-card__body .hc-card-main-box .hc-card-item-box {
  107. background: #f3f8fc;
  108. }
  109. .hac-card-item.hc-card-item-box {
  110. background: white;
  111. .hc-card-item-header {
  112. .item-header, .item-extra {
  113. height: 100%;
  114. }
  115. .item-extra {
  116. margin-left: 14px;
  117. }
  118. }
  119. }
  120. .hc-table-ref-box.no-border {
  121. border: 0;
  122. }
  123. .el-card.hc-card-box .el-card__body .hc-card-action-box {
  124. .el-button + .el-button {
  125. margin-left: 32px;
  126. }
  127. }
  128. .el-card__header .hc-card-header-box .hc-card-header {
  129. position: relative;
  130. .el-form {
  131. white-space: nowrap;
  132. overflow: auto;
  133. .el-form-item {
  134. margin-bottom: 0;
  135. margin-right: 24px;
  136. .el-form-item__content .el-form-item__error {
  137. display: none;
  138. }
  139. &:last-child {
  140. margin-right: 0;
  141. }
  142. }
  143. }
  144. }
  145. .hac-diy-dialog-body {
  146. position: relative;
  147. height: 100%;
  148. .hac-dialog-header {
  149. position: relative;
  150. display: flex;
  151. align-items: center;
  152. margin-bottom: 20px;
  153. }
  154. .hac-dialog-table {
  155. position: relative;
  156. height: calc(100% - 50px);
  157. }
  158. }
  159. .hc-card-item-box.hac-bg-grey {
  160. background: #f7f7f8;
  161. .hc-card-item-header {
  162. color: #0F172B;
  163. font-size: 17px;
  164. font-weight: initial;
  165. height: initial;
  166. }
  167. .el-divider.title-label-divider .el-divider__text {
  168. background-color: #f7f7f8;
  169. padding: 0 4px;
  170. color: #0F172B;
  171. font-size: 17px;
  172. font-weight: initial;
  173. }
  174. }
  175. .el-tree.hc-tree-node .el-tree-node {
  176. white-space: nowrap;
  177. overflow: hidden;
  178. text-overflow: ellipsis;
  179. .el-tree-node_content {
  180. white-space: nowrap;
  181. overflow: hidden;
  182. text-overflow: ellipsis;
  183. }
  184. }
  185. .tree-org-node__content .tree-org-node__inner {
  186. border: 1px solid #d0d0d0;
  187. border-radius: 5px;
  188. color: #232323;
  189. }