settingWrap.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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. /deep/ .el-collapse {
  27. border: none !important;
  28. }
  29. /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. /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. /deep/.CodeMirror{
  55. height: 150px!important;
  56. }
  57. /deep/.CodeMirror-scroll{
  58. height: 150px!important;
  59. }
  60. }
  61. /deep/ .el-tabs__nav-scroll {
  62. display: flex;
  63. justify-content: center;
  64. }
  65. /deep/ .el-tabs__nav-wrap::after {
  66. height: 0;
  67. }
  68. /deep/ .el-collapse-item__header {
  69. background: var(--bs-background-2);
  70. height: 32px;
  71. padding: 0 12px;
  72. border:none
  73. }
  74. /deep/ .el-collapse-item__content {
  75. padding-bottom: 0
  76. }
  77. /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, textarea {
  84. background-color: var(--bs-el-background-1) !important;
  85. color: var(--bs-el-text) !important;
  86. border-color: var(--bs-el-text) !important;
  87. }
  88. }
  89. .data-form-item{
  90. padding: 12px;
  91. }
  92. /deep/ .select-item {
  93. border: none;
  94. color: var(--bs-el-title);
  95. }
  96. /deep/ .el-tabs__nav-scroll {
  97. display: flex;
  98. justify-content: center;
  99. }
  100. /deep/ .el-tabs__nav-wrap::after {
  101. height: 0;
  102. }
  103. .design-tab-warp{
  104. padding: 10px;
  105. }
  106. /deep/.el-tabs--top{
  107. height: 100%;
  108. }
  109. /deep/ .el-tabs__content {
  110. height: calc(100% - 40px);
  111. overflow-y: auto;
  112. &::-webkit-scrollbar {
  113. width: 6px !important;
  114. height: 6px !important;
  115. }
  116. &::-webkit-scrollbar-thumb {
  117. border-radius: 6px !important;
  118. background-color: transparent !important;
  119. }
  120. &::-webkit-scrollbar-track {
  121. border-radius: 6px !important;
  122. // background-color: transparent;
  123. }
  124. &:hover {
  125. &::-webkit-scrollbar-thumb {
  126. background-color: #494848 !important;
  127. }
  128. }
  129. }
  130. /deep/ .el-tabs__header {
  131. margin: 0;
  132. }
  133. /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. /deep/::-webkit-scrollbar {
  171. width: 6px;
  172. border-radius: 3px;
  173. height: 6px;
  174. }
  175. /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. /deep/ .el-form-item__label,
  191. /deep/ .el-tabs__item,
  192. /deep/ .el-collapse-item__arrow
  193. {
  194. color: var(--bs-el-title) !important
  195. }
  196. /deep/ .el-collapse-item__wrap {
  197. background: var(--bs-background-1);
  198. color: var(--bs-el-title);
  199. }
  200. /deep/ .el-input__inner,
  201. /deep/ .el-color-picker__color-inner,
  202. /deep/ .el-radio__inner,
  203. /deep/ .el-input-number--mini,
  204. /deep/ .el-textarea__inner,
  205. /deep/ .el-input-group__append
  206. {
  207. background: var(--bs-el-background-1);
  208. color: var(--bs-el-text);
  209. border: 0 !important;
  210. }
  211. /deep/ .el-radio__label
  212. {
  213. font-size: 12px;
  214. background: var(--bs-el-background-1-1);
  215. color: var(--bs-el-title);
  216. border: 0 !important;
  217. }
  218. /deep/ .el-radio {
  219. margin-right: 10px
  220. }
  221. /deep/ .el-table {
  222. background: var(--bs-el-background-1);
  223. border-bottom: 1px solid var(--bs-el-title);
  224. }
  225. /deep/ .el-table__cell {
  226. background: var(--bs-el-background-1) !important;
  227. color: var(--bs-el-title) !important;
  228. border-color: var(--bs-el-text) !important;
  229. }