query.scss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. //搜索框
  2. .hc-query-input-box {
  3. position: relative;
  4. .el-input {
  5. --el-input-border-radius: 10px;
  6. --el-input-height: 65px;
  7. font-size: 16px;
  8. .el-input-group__prepend {
  9. padding: 0 12px;
  10. font-size: 14px;
  11. cursor: pointer;
  12. user-select: none;
  13. transition: .1s;
  14. .prepend-filtering {
  15. .name {
  16. margin-right: 5px;
  17. }
  18. }
  19. &:hover {
  20. background-color: #dedede;
  21. }
  22. }
  23. .el-input-group__append {
  24. padding: 0;
  25. .append-search-btn-box {
  26. position: relative;
  27. display: block;
  28. .search-btn {
  29. border-radius: 0 10px 0 0;
  30. }
  31. .search-btn + .search-btn {
  32. margin-top: 0.5px;
  33. border-radius: 0 0 10px 0;
  34. }
  35. }
  36. }
  37. .el-input-group__append .el-button,
  38. .el-input-group__append .el-input,
  39. .el-input-group__prepend .el-button,
  40. .el-input-group__prepend .el-input {
  41. font-size: var(--el-font-size-base);
  42. }
  43. .el-input-group__append .el-button,
  44. .el-input-group__append .el-select,
  45. .el-input-group__prepend .el-button,
  46. .el-input-group__prepend .el-select {
  47. display: block;
  48. margin: 0;
  49. }
  50. .el-input-group__append button.el-button,
  51. .el-input-group__append button.el-button:hover,
  52. .el-input-group__append div.el-select .el-input__wrapper,
  53. .el-input-group__append div.el-select:hover .el-input__wrapper,
  54. .el-input-group__prepend button.el-button,
  55. .el-input-group__prepend button.el-button:hover,
  56. .el-input-group__prepend div.el-select .el-input__wrapper,
  57. .el-input-group__prepend div.el-select:hover .el-input__wrapper {
  58. background-color: var(--el-button-bg-color);
  59. color: var(--el-button-text-color);
  60. font-weight: 400;
  61. border: 0;
  62. }
  63. .el-input-group__append button.el-button:hover,
  64. .el-input-group__append div.el-select:hover .el-input__wrapper,
  65. .el-input-group__prepend button.el-button:hover,
  66. .el-input-group__prepend div.el-select:hover .el-input__wrapper {
  67. background-color: var(--el-button-hover-bg-color);
  68. }
  69. .el-input-group__append .el-button.is-disabled,
  70. .el-input-group__append .el-button.is-disabled:focus,
  71. .el-input-group__append .el-button.is-disabled:hover {
  72. color: var(--el-button-disabled-text-color);
  73. cursor: not-allowed;
  74. background-image: none;
  75. background-color: var(--el-button-disabled-bg-color);
  76. border-color: var(--el-button-disabled-border-color);
  77. }
  78. }
  79. }
  80. //筛选搜索
  81. .hc-query-card-box .hc-query-filtering-collapse-box {
  82. position: absolute;
  83. width: 100%;
  84. z-index: 99;
  85. border-radius: 10px;
  86. box-shadow: var(--hc-shadow);
  87. margin-top: 5px;
  88. .el-collapse {
  89. --el-collapse-header-height: 0;
  90. --el-collapse-border-color: inherit;
  91. --el-collapse-header-bg-color: inherit;
  92. --el-collapse-header-text-color: inherit;
  93. --el-collapse-header-font-size: inherit;
  94. --el-collapse-content-bg-color: #E7EEF4;
  95. --el-collapse-content-font-size: inherit;
  96. --el-collapse-content-text-color: inherit;
  97. border: 0 !important;
  98. }
  99. .el-collapse-item__header {
  100. display: block;
  101. user-select: none;
  102. }
  103. .hc-collapse-item-header {
  104. position: relative;
  105. width: 100%;
  106. display: flex;
  107. align-items: center;
  108. .hc-search-filtering-title {
  109. margin-right: 24px;
  110. font-size: 16px;
  111. color: var(--el-color-primary);
  112. .name {
  113. margin-right: 5px;
  114. }
  115. }
  116. }
  117. .el-collapse-item__arrow {
  118. display: none;
  119. }
  120. .el-collapse-item__wrap {
  121. border-bottom: 0;
  122. border-radius: 10px;
  123. }
  124. .el-collapse-item__content {
  125. padding-bottom: 0;
  126. }
  127. }
  128. .hc-query-card-box.hc-card-box.el-card {
  129. .el-card__header {
  130. overflow-x: hidden;
  131. }
  132. .hc-card-header-box {
  133. display: block;
  134. width: 100%;
  135. .hc-card-header {
  136. margin: 0 -15px;
  137. margin-top: 5px;
  138. }
  139. }
  140. }
  141. .hc-carry-spot-checks-target.el-overlay {
  142. position: absolute;
  143. margin: -24px;
  144. height: revert;
  145. background-color: transparent;
  146. .hc-drawer-box.el-drawer {
  147. --el-drawer-bg-color: transparent;
  148. .el-drawer__body {
  149. padding: 24px;
  150. overflow: hidden;
  151. .el-card__body {
  152. padding: 10px;
  153. }
  154. .hc-card-main-box {
  155. display: flex;
  156. }
  157. }
  158. }
  159. }
  160. .hc-csc-action-box .btn-box {
  161. .el-button + .el-button {
  162. margin-left: 50px;
  163. }
  164. }
  165. .hc-node-tree-collapse.el-collapse {
  166. --el-collapse-header-height: 60px;
  167. border: 0;
  168. .el-collapse-item {
  169. margin: 0 0 16px;
  170. background-color: #f1f5f8;
  171. border: 1px solid #E9E9E9;
  172. border-radius: 4px;
  173. }
  174. .el-collapse-item__header {
  175. background-color: transparent;
  176. font-weight: 400;
  177. border-bottom: 0;
  178. cursor: default;
  179. font-size: 14px;
  180. }
  181. .el-collapse-item.is-active .el-collapse-item__header.is-active {
  182. background-color: #E7EEF4;
  183. }
  184. .el-collapse-item__wrap {
  185. background-color: transparent;
  186. border-bottom: 0;
  187. .el-collapse-item__content {
  188. position: relative;
  189. font-size: 14px;
  190. line-height: initial;
  191. padding: 24px;
  192. }
  193. }
  194. }
  195. .hover-hand{
  196. cursor: pointer;
  197. }