settingWrap.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. .select-item-wrap {
  2. padding: 8px;
  3. .filter-select-item {
  4. box-sizing: border-box;
  5. div {
  6. display: inline-block;
  7. }
  8. .filter-item-input-wrap {
  9. width: 146px;
  10. margin-right: 4px;
  11. }
  12. .field-choose-item {
  13. width: 119px !important;
  14. }
  15. .filter-item-input-value {
  16. width: 268px;
  17. }
  18. .filter-delete {
  19. width: 28px !important;
  20. }
  21. }
  22. }
  23. .bs-setting-wrap {
  24. position: relative;
  25. height: 100%;
  26. ::v-deep .el-collapse {
  27. border: none !important;
  28. }
  29. ::v-deep .el-collapse-item__wrap {
  30. border: none !important;
  31. }
  32. /*overflow-y: auto;*/
  33. .table-header {
  34. border-bottom: 2px solid var(--bs-el-color-primary);
  35. }
  36. ::v-deep .el-form-item {
  37. margin-bottom: 6px;
  38. }
  39. .toolbar {
  40. width: 320px;
  41. height: 50px;
  42. bottom: 0;
  43. z-index: 10;
  44. position: fixed;
  45. text-align: center;
  46. display: flex;
  47. align-items: center;
  48. justify-content: center;
  49. background: var(--bs-background-1);
  50. .el-button {
  51. margin-right: 10px;
  52. }
  53. }
  54. ::v-deep .CodeMirror {
  55. height: 150px !important;
  56. }
  57. ::v-deep .CodeMirror-scroll {
  58. height: 150px !important;
  59. }
  60. }
  61. ::v-deep .el-tabs__nav-scroll {
  62. display: flex;
  63. justify-content: center;
  64. }
  65. ::v-deep .el-tabs__nav-wrap::after {
  66. height: 0;
  67. }
  68. ::v-deep .el-collapse-item__header {
  69. background: var(--bs-background-2);
  70. height: 32px;
  71. padding: 0 12px;
  72. border: none;
  73. }
  74. ::v-deep .el-collapse-item__content {
  75. padding-bottom: 0;
  76. }
  77. ::v-deep .lc-field-title {
  78. color: var(--bs-el-title);
  79. }
  80. .lc-field-body {
  81. padding: 12px;
  82. background: var(--bs-background-2);
  83. input,
  84. textarea {
  85. background-color: var(--bs-el-background-1) !important;
  86. color: var(--bs-el-text) !important;
  87. border-color: var(--bs-el-text) !important;
  88. }
  89. }
  90. .data-form-item {
  91. padding: 12px;
  92. }
  93. ::v-deep .select-item {
  94. border: none;
  95. color: var(--bs-el-title);
  96. }
  97. ::v-deep .el-tabs__nav-scroll {
  98. display: flex;
  99. justify-content: center;
  100. }
  101. ::v-deep .el-tabs__nav-wrap::after {
  102. height: 0;
  103. }
  104. .design-tab-warp {
  105. padding: 10px;
  106. }
  107. ::v-deep.el-tabs--top {
  108. height: 100%;
  109. }
  110. ::v-deep .el-tabs__content {
  111. height: calc(100% - 40px);
  112. overflow-y: auto;
  113. &::-webkit-scrollbar {
  114. width: 6px !important;
  115. height: 6px !important;
  116. }
  117. &::-webkit-scrollbar-thumb {
  118. border-radius: 6px !important;
  119. background-color: transparent !important;
  120. }
  121. &::-webkit-scrollbar-track {
  122. border-radius: 6px !important;
  123. }
  124. &:hover {
  125. &::-webkit-scrollbar-thumb {
  126. background-color: #494848 !important;
  127. }
  128. }
  129. }
  130. ::v-deep .el-tabs__header {
  131. margin: 0;
  132. }
  133. ::v-deep .el-form-item__label {
  134. font-size: 12px;
  135. }
  136. .setting-body {
  137. height: 100%;
  138. }
  139. .el-icon-circle-plus-outline {
  140. &:hover {
  141. cursor: pointer;
  142. }
  143. }
  144. .analysisSql-box {
  145. text-align: right;
  146. }
  147. .add-link-btn {
  148. width: 100%;
  149. }
  150. // 筛选条件的按钮样式
  151. .add-filter-box {
  152. position: relative;
  153. .add-filter {
  154. margin-left: 80px;
  155. margin-bottom: 10px;
  156. }
  157. .add-filter-btn {
  158. position: absolute;
  159. top: 0;
  160. }
  161. }
  162. .source-key-option {
  163. display: flex;
  164. justify-content: space-between;
  165. .option-txt {
  166. color: rgb(132, 146, 166);
  167. }
  168. }
  169. /*滚动条样式*/
  170. ::v-deep ::-webkit-scrollbar {
  171. width: 6px;
  172. border-radius: 3px;
  173. height: 6px;
  174. }
  175. ::v-deep ::-webkit-scrollbar-thumb {
  176. background: #dddddd !important;
  177. border-radius: 10px;
  178. }
  179. // 参数配置
  180. .params-config {
  181. ::v-deep .el-form-item__content {
  182. display: flex;
  183. align-items: center;
  184. margin-left: 0 !important;
  185. }
  186. .el-tooltip {
  187. margin-left: 4px;
  188. }
  189. }
  190. ::v-deep .el-form-item__label,
  191. ::v-deep .el-tabs__item,
  192. ::v-deep .el-collapse-item__arrow {
  193. color: var(--bs-el-title) !important;
  194. }
  195. ::v-deep .el-collapse-item__wrap {
  196. background: var(--bs-background-1);
  197. color: var(--bs-el-title);
  198. }
  199. ::v-deep .el-input__inner,
  200. ::v-deep .el-color-picker__color-inner,
  201. ::v-deep .el-radio__inner,
  202. ::v-deep .el-input-number--mini,
  203. ::v-deep .el-textarea__inner,
  204. ::v-deep .el-input-group__append {
  205. background: var(--bs-el-background-1);
  206. color: var(--bs-el-text);
  207. border: 0 !important;
  208. }
  209. ::v-deep .el-radio__label {
  210. font-size: 12px;
  211. background: var(--bs-el-background-1-1);
  212. color: var(--bs-el-title);
  213. border: 0 !important;
  214. }
  215. ::v-deep .el-radio {
  216. margin-right: 10px;
  217. }
  218. ::v-deep .el-table {
  219. background: var(--bs-el-background-1);
  220. border-bottom: 1px solid var(--bs-el-title);
  221. }
  222. ::v-deep .el-table__cell {
  223. background: var(--bs-el-background-1) !important;
  224. color: var(--bs-el-title) !important;
  225. border-color: var(--bs-el-text) !important;
  226. }
  227. ::v-deep .el-select {
  228. display: inline-block;
  229. position: relative;
  230. width: auto;
  231. }