service-flow-designer 1.1.18-tmp1 → 1.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/dist/es/designer/common/components/database-select.css +10 -0
  2. package/dist/es/designer/common/components/database-select.vue.js +1 -1
  3. package/dist/es/designer/common/components/datatable-select.css +10 -0
  4. package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
  5. package/dist/es/designer/common/components/file-upload.css +7 -0
  6. package/dist/es/designer/common/components/file-upload.vue.js +1 -1
  7. package/dist/es/designer/common/components/value-set-input/value-set-input.css +14 -0
  8. package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
  9. package/dist/es/designer/desginer-index.css +24 -0
  10. package/dist/es/designer/desginer-index.vue.js +1 -1
  11. package/dist/es/designer/service-components/base/custom-function/config.css +13 -0
  12. package/dist/es/designer/service-components/base/custom-function/config.vue.js +1 -1
  13. package/dist/es/designer/service-components/base/custom-function/index.css +49 -0
  14. package/dist/es/designer/service-components/base/custom-function/index.vue.js +1 -1
  15. package/dist/es/designer/service-components/base/end-node/index.css +20 -0
  16. package/dist/es/designer/service-components/base/end-node/index.vue.js +1 -1
  17. package/dist/es/designer/service-components/base/judge-condition/index.css +50 -0
  18. package/dist/es/designer/service-components/base/judge-condition/index.vue.js +1 -1
  19. package/dist/es/designer/service-components/base/loop-node/config.css +4 -0
  20. package/dist/es/designer/service-components/base/loop-node/config.vue.js +1 -1
  21. package/dist/es/designer/service-components/base/notification/index.css +49 -0
  22. package/dist/es/designer/service-components/base/notification/index.vue.js +1 -1
  23. package/dist/es/designer/service-components/base/notification/recipients-select.css +4 -0
  24. package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +1 -1
  25. package/dist/es/designer/service-components/base/start-node/index.css +20 -0
  26. package/dist/es/designer/service-components/base/start-node/index.vue.js +1 -1
  27. package/dist/es/designer/service-components/computation/clean/config.css +10 -0
  28. package/dist/es/designer/service-components/computation/clean/config.vue.js +1 -1
  29. package/dist/es/designer/service-components/computation/clean/index.css +49 -0
  30. package/dist/es/designer/service-components/computation/clean/index.vue.js +1 -1
  31. package/dist/es/designer/service-components/computation/connect/config.css +7 -0
  32. package/dist/es/designer/service-components/computation/connect/config.vue.js +1 -1
  33. package/dist/es/designer/service-components/computation/connect/index.css +49 -0
  34. package/dist/es/designer/service-components/computation/connect/index.vue.js +1 -1
  35. package/dist/es/designer/service-components/computation/sort/config.css +10 -0
  36. package/dist/es/designer/service-components/computation/sort/config.vue.js +1 -1
  37. package/dist/es/designer/service-components/computation/sort/index.css +49 -0
  38. package/dist/es/designer/service-components/computation/sort/index.vue.js +1 -1
  39. package/dist/es/designer/service-components/computation/split-joint/config.css +7 -0
  40. package/dist/es/designer/service-components/computation/split-joint/config.vue.js +1 -1
  41. package/dist/es/designer/service-components/computation/split-joint/index.css +49 -0
  42. package/dist/es/designer/service-components/computation/split-joint/index.vue.js +1 -1
  43. package/dist/es/designer/service-components/computation/statistics/config.css +7 -0
  44. package/dist/es/designer/service-components/computation/statistics/config.vue.js +1 -1
  45. package/dist/es/designer/service-components/computation/statistics/index.css +49 -0
  46. package/dist/es/designer/service-components/computation/statistics/index.vue.js +1 -1
  47. package/dist/es/designer/service-components/database/aggregate-query/config.css +7 -0
  48. package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
  49. package/dist/es/designer/service-components/database/aggregate-query/index.css +50 -0
  50. package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
  51. package/dist/es/designer/service-components/database/dynamic-sql/config.css +13 -0
  52. package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
  53. package/dist/es/designer/service-components/database/dynamic-sql/index.css +49 -0
  54. package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
  55. package/dist/es/designer/service-components/database/regular-query/config.css +7 -0
  56. package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
  57. package/dist/es/designer/service-components/database/regular-query/index.css +50 -0
  58. package/dist/es/designer/service-components/database/regular-query/index.vue.js +1 -1
  59. package/dist/es/designer/service-components/service/common/json-data.css +4 -0
  60. package/dist/es/designer/service-components/service/common/json-data.vue.js +1 -1
  61. package/dist/es/designer/service-components/service/common/param-config.css +7 -0
  62. package/dist/es/designer/service-components/service/common/param-config.vue.js +1 -1
  63. package/dist/es/designer/service-components/service/custom-bean/index.css +49 -0
  64. package/dist/es/designer/service-components/service/custom-bean/index.vue.js +1 -1
  65. package/dist/es/designer/service-components/service/http-service/config.css +7 -0
  66. package/dist/es/designer/service-components/service/http-service/config.vue.js +1 -1
  67. package/dist/es/designer/service-components/service/http-service/index.css +49 -0
  68. package/dist/es/designer/service-components/service/http-service/index.vue.js +1 -1
  69. package/dist/es/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1116
  70. package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +1 -1
  71. package/dist/es/designer/service-flow-view/service-node-config.css +10 -0
  72. package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
  73. package/dist/es/designer/service-flow-view/service-update-log.css +5 -0
  74. package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
  75. package/dist/es/designer/service-flow-view/view-index.css +102 -0
  76. package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
  77. package/dist/es/designer/service-panel/component-panel.css +66 -0
  78. package/dist/es/designer/service-panel/component-panel.vue.js +1 -1
  79. package/dist/es/designer/service-panel/service-list.css +36 -0
  80. package/dist/es/designer/service-panel/service-list.vue.js +1 -1
  81. package/dist/es/designer/service-panel/service-panel.css +41 -0
  82. package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
  83. package/dist/es/wf-editor/wf-editor.css +4 -0
  84. package/dist/es/wf-editor/wf-editor.vue.js +1 -1
  85. package/dist/lib/designer/common/components/database-select.css +10 -0
  86. package/dist/lib/designer/common/components/database-select.vue.js +1 -1
  87. package/dist/lib/designer/common/components/datatable-select.css +10 -0
  88. package/dist/lib/designer/common/components/datatable-select.vue.js +1 -1
  89. package/dist/lib/designer/common/components/file-upload.css +7 -0
  90. package/dist/lib/designer/common/components/file-upload.vue.js +1 -1
  91. package/dist/lib/designer/common/components/value-set-input/value-set-input.css +14 -0
  92. package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
  93. package/dist/lib/designer/desginer-index.css +24 -0
  94. package/dist/lib/designer/desginer-index.vue.js +1 -1
  95. package/dist/lib/designer/service-components/base/custom-function/config.css +13 -0
  96. package/dist/lib/designer/service-components/base/custom-function/config.vue.js +1 -1
  97. package/dist/lib/designer/service-components/base/custom-function/index.css +49 -0
  98. package/dist/lib/designer/service-components/base/custom-function/index.vue.js +1 -1
  99. package/dist/lib/designer/service-components/base/end-node/index.css +20 -0
  100. package/dist/lib/designer/service-components/base/end-node/index.vue.js +1 -1
  101. package/dist/lib/designer/service-components/base/judge-condition/index.css +50 -0
  102. package/dist/lib/designer/service-components/base/judge-condition/index.vue.js +1 -1
  103. package/dist/lib/designer/service-components/base/loop-node/config.css +4 -0
  104. package/dist/lib/designer/service-components/base/loop-node/config.vue.js +1 -1
  105. package/dist/lib/designer/service-components/base/notification/index.css +49 -0
  106. package/dist/lib/designer/service-components/base/notification/index.vue.js +1 -1
  107. package/dist/lib/designer/service-components/base/notification/recipients-select.css +4 -0
  108. package/dist/lib/designer/service-components/base/notification/recipients-select.vue.js +1 -1
  109. package/dist/lib/designer/service-components/base/start-node/index.css +20 -0
  110. package/dist/lib/designer/service-components/base/start-node/index.vue.js +1 -1
  111. package/dist/lib/designer/service-components/computation/clean/config.css +10 -0
  112. package/dist/lib/designer/service-components/computation/clean/config.vue.js +1 -1
  113. package/dist/lib/designer/service-components/computation/clean/index.css +49 -0
  114. package/dist/lib/designer/service-components/computation/clean/index.vue.js +1 -1
  115. package/dist/lib/designer/service-components/computation/connect/config.css +7 -0
  116. package/dist/lib/designer/service-components/computation/connect/config.vue.js +1 -1
  117. package/dist/lib/designer/service-components/computation/connect/index.css +49 -0
  118. package/dist/lib/designer/service-components/computation/connect/index.vue.js +1 -1
  119. package/dist/lib/designer/service-components/computation/sort/config.css +10 -0
  120. package/dist/lib/designer/service-components/computation/sort/config.vue.js +1 -1
  121. package/dist/lib/designer/service-components/computation/sort/index.css +49 -0
  122. package/dist/lib/designer/service-components/computation/sort/index.vue.js +1 -1
  123. package/dist/lib/designer/service-components/computation/split-joint/config.css +7 -0
  124. package/dist/lib/designer/service-components/computation/split-joint/config.vue.js +1 -1
  125. package/dist/lib/designer/service-components/computation/split-joint/index.css +49 -0
  126. package/dist/lib/designer/service-components/computation/split-joint/index.vue.js +1 -1
  127. package/dist/lib/designer/service-components/computation/statistics/config.css +7 -0
  128. package/dist/lib/designer/service-components/computation/statistics/config.vue.js +1 -1
  129. package/dist/lib/designer/service-components/computation/statistics/index.css +49 -0
  130. package/dist/lib/designer/service-components/computation/statistics/index.vue.js +1 -1
  131. package/dist/lib/designer/service-components/database/aggregate-query/config.css +7 -0
  132. package/dist/lib/designer/service-components/database/aggregate-query/config.vue.js +1 -1
  133. package/dist/lib/designer/service-components/database/aggregate-query/index.css +50 -0
  134. package/dist/lib/designer/service-components/database/aggregate-query/index.vue.js +1 -1
  135. package/dist/lib/designer/service-components/database/dynamic-sql/config.css +13 -0
  136. package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
  137. package/dist/lib/designer/service-components/database/dynamic-sql/index.css +49 -0
  138. package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
  139. package/dist/lib/designer/service-components/database/regular-query/config.css +7 -0
  140. package/dist/lib/designer/service-components/database/regular-query/config.vue.js +1 -1
  141. package/dist/lib/designer/service-components/database/regular-query/index.css +50 -0
  142. package/dist/lib/designer/service-components/database/regular-query/index.vue.js +1 -1
  143. package/dist/lib/designer/service-components/service/common/json-data.css +4 -0
  144. package/dist/lib/designer/service-components/service/common/json-data.vue.js +1 -1
  145. package/dist/lib/designer/service-components/service/common/param-config.css +7 -0
  146. package/dist/lib/designer/service-components/service/common/param-config.vue.js +1 -1
  147. package/dist/lib/designer/service-components/service/custom-bean/index.css +49 -0
  148. package/dist/lib/designer/service-components/service/custom-bean/index.vue.js +1 -1
  149. package/dist/lib/designer/service-components/service/http-service/config.css +7 -0
  150. package/dist/lib/designer/service-components/service/http-service/config.vue.js +1 -1
  151. package/dist/lib/designer/service-components/service/http-service/index.css +49 -0
  152. package/dist/lib/designer/service-components/service/http-service/index.vue.js +1 -1
  153. package/dist/lib/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1116
  154. package/dist/lib/designer/service-flow-view/service-flow-tool.vue.js +1 -1
  155. package/dist/lib/designer/service-flow-view/service-node-config.css +10 -0
  156. package/dist/lib/designer/service-flow-view/service-node-config.vue.js +1 -1
  157. package/dist/lib/designer/service-flow-view/service-update-log.css +5 -0
  158. package/dist/lib/designer/service-flow-view/service-update-log.vue.js +1 -1
  159. package/dist/lib/designer/service-flow-view/view-index.css +102 -0
  160. package/dist/lib/designer/service-flow-view/view-index.vue.js +1 -1
  161. package/dist/lib/designer/service-panel/component-panel.css +66 -0
  162. package/dist/lib/designer/service-panel/component-panel.vue.js +1 -1
  163. package/dist/lib/designer/service-panel/service-list.css +36 -0
  164. package/dist/lib/designer/service-panel/service-list.vue.js +1 -1
  165. package/dist/lib/designer/service-panel/service-panel.css +41 -0
  166. package/dist/lib/designer/service-panel/service-panel.vue.js +1 -1
  167. package/dist/lib/wf-editor/wf-editor.css +4 -0
  168. package/dist/lib/wf-editor/wf-editor.vue.js +1 -1
  169. package/package.json +1 -1
  170. package/dist/es/designer/common/components/database-select.vue3.js +0 -1
  171. package/dist/es/designer/common/components/datatable-select.vue3.js +0 -1
  172. package/dist/es/designer/common/components/file-upload.vue3.js +0 -1
  173. package/dist/es/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
  174. package/dist/es/designer/desginer-index.vue3.js +0 -1
  175. package/dist/es/designer/service-components/base/custom-function/config.vue3.js +0 -1
  176. package/dist/es/designer/service-components/base/custom-function/index.vue3.js +0 -1
  177. package/dist/es/designer/service-components/base/end-node/index.vue3.js +0 -1
  178. package/dist/es/designer/service-components/base/judge-condition/index.vue3.js +0 -1
  179. package/dist/es/designer/service-components/base/loop-node/config.vue3.js +0 -1
  180. package/dist/es/designer/service-components/base/notification/index.vue3.js +0 -1
  181. package/dist/es/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
  182. package/dist/es/designer/service-components/base/start-node/index.vue3.js +0 -1
  183. package/dist/es/designer/service-components/computation/clean/config.vue3.js +0 -1
  184. package/dist/es/designer/service-components/computation/clean/index.vue3.js +0 -1
  185. package/dist/es/designer/service-components/computation/connect/config.vue3.js +0 -1
  186. package/dist/es/designer/service-components/computation/connect/index.vue3.js +0 -1
  187. package/dist/es/designer/service-components/computation/sort/config.vue3.js +0 -1
  188. package/dist/es/designer/service-components/computation/sort/index.vue3.js +0 -1
  189. package/dist/es/designer/service-components/computation/split-joint/config.vue3.js +0 -1
  190. package/dist/es/designer/service-components/computation/split-joint/index.vue3.js +0 -1
  191. package/dist/es/designer/service-components/computation/statistics/config.vue3.js +0 -1
  192. package/dist/es/designer/service-components/computation/statistics/index.vue3.js +0 -1
  193. package/dist/es/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
  194. package/dist/es/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
  195. package/dist/es/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
  196. package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
  197. package/dist/es/designer/service-components/database/regular-query/config.vue3.js +0 -1
  198. package/dist/es/designer/service-components/database/regular-query/index.vue3.js +0 -1
  199. package/dist/es/designer/service-components/service/common/json-data.vue3.js +0 -1
  200. package/dist/es/designer/service-components/service/common/param-config.vue3.js +0 -1
  201. package/dist/es/designer/service-components/service/custom-bean/index.vue3.js +0 -1
  202. package/dist/es/designer/service-components/service/http-service/config.vue3.js +0 -1
  203. package/dist/es/designer/service-components/service/http-service/index.vue3.js +0 -1
  204. package/dist/es/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
  205. package/dist/es/designer/service-flow-view/service-node-config.vue3.js +0 -1
  206. package/dist/es/designer/service-flow-view/service-update-log.vue3.js +0 -1
  207. package/dist/es/designer/service-flow-view/view-index.vue3.js +0 -1
  208. package/dist/es/designer/service-panel/component-panel.vue3.js +0 -1
  209. package/dist/es/designer/service-panel/service-list.vue3.js +0 -1
  210. package/dist/es/designer/service-panel/service-panel.vue3.js +0 -1
  211. package/dist/es/wf-editor/wf-editor.vue2.js +0 -1
  212. package/dist/lib/designer/common/components/database-select.vue3.js +0 -1
  213. package/dist/lib/designer/common/components/datatable-select.vue3.js +0 -1
  214. package/dist/lib/designer/common/components/file-upload.vue3.js +0 -1
  215. package/dist/lib/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
  216. package/dist/lib/designer/desginer-index.vue3.js +0 -1
  217. package/dist/lib/designer/service-components/base/custom-function/config.vue3.js +0 -1
  218. package/dist/lib/designer/service-components/base/custom-function/index.vue3.js +0 -1
  219. package/dist/lib/designer/service-components/base/end-node/index.vue3.js +0 -1
  220. package/dist/lib/designer/service-components/base/judge-condition/index.vue3.js +0 -1
  221. package/dist/lib/designer/service-components/base/loop-node/config.vue3.js +0 -1
  222. package/dist/lib/designer/service-components/base/notification/index.vue3.js +0 -1
  223. package/dist/lib/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
  224. package/dist/lib/designer/service-components/base/start-node/index.vue3.js +0 -1
  225. package/dist/lib/designer/service-components/computation/clean/config.vue3.js +0 -1
  226. package/dist/lib/designer/service-components/computation/clean/index.vue3.js +0 -1
  227. package/dist/lib/designer/service-components/computation/connect/config.vue3.js +0 -1
  228. package/dist/lib/designer/service-components/computation/connect/index.vue3.js +0 -1
  229. package/dist/lib/designer/service-components/computation/sort/config.vue3.js +0 -1
  230. package/dist/lib/designer/service-components/computation/sort/index.vue3.js +0 -1
  231. package/dist/lib/designer/service-components/computation/split-joint/config.vue3.js +0 -1
  232. package/dist/lib/designer/service-components/computation/split-joint/index.vue3.js +0 -1
  233. package/dist/lib/designer/service-components/computation/statistics/config.vue3.js +0 -1
  234. package/dist/lib/designer/service-components/computation/statistics/index.vue3.js +0 -1
  235. package/dist/lib/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
  236. package/dist/lib/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
  237. package/dist/lib/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
  238. package/dist/lib/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
  239. package/dist/lib/designer/service-components/database/regular-query/config.vue3.js +0 -1
  240. package/dist/lib/designer/service-components/database/regular-query/index.vue3.js +0 -1
  241. package/dist/lib/designer/service-components/service/common/json-data.vue3.js +0 -1
  242. package/dist/lib/designer/service-components/service/common/param-config.vue3.js +0 -1
  243. package/dist/lib/designer/service-components/service/custom-bean/index.vue3.js +0 -1
  244. package/dist/lib/designer/service-components/service/http-service/config.vue3.js +0 -1
  245. package/dist/lib/designer/service-components/service/http-service/index.vue3.js +0 -1
  246. package/dist/lib/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
  247. package/dist/lib/designer/service-flow-view/service-node-config.vue3.js +0 -1
  248. package/dist/lib/designer/service-flow-view/service-update-log.vue3.js +0 -1
  249. package/dist/lib/designer/service-flow-view/view-index.vue3.js +0 -1
  250. package/dist/lib/designer/service-panel/component-panel.vue3.js +0 -1
  251. package/dist/lib/designer/service-panel/service-list.vue3.js +0 -1
  252. package/dist/lib/designer/service-panel/service-panel.vue3.js +0 -1
  253. package/dist/lib/wf-editor/wf-editor.vue2.js +0 -1
@@ -1,368 +1,3 @@
1
-
2
- button[data-v-e87c59d8] {
3
- color: blue;
4
- }
5
- .amb-container-left[data-v-afc09bd6] {
6
- width: 260px;
7
- padding-right: 20px;
8
- overflow-y: auto;
9
- }
10
- .amb-container-main[data-v-afc09bd6] {
11
- padding: 0 10px 0 0;
12
- }
13
- .amb-container-main[data-v-afc09bd6]::-webkit-scrollbar {
14
- width: 1px;
15
- }
16
- .amb-container-attr[data-v-afc09bd6] {
17
- width: 300px;
18
- padding-left: 20px;
19
- }
20
- /**
21
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
22
- */
23
- [data-v-afc09bd6]:v-deep(.el-drawer__header) {
24
- margin-bottom: 0 !important;
25
- }
26
- [data-v-afc09bd6] .el-overlay {
27
- position: static;
28
- }
29
-
30
- .amb-design-assembly-content[data-v-841ca28e] {
31
- background: #ffffff;
32
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
33
- height: 100%;
34
- padding-left: 10px;
35
- padding-right: 10px;
36
- overflow: auto;
37
- }
38
- /*控制滚动条宽度*/
39
- .amb-design-assembly-content[data-v-841ca28e]::-webkit-scrollbar {
40
- width: 1px;
41
- }
42
- .amb-assembly-header[data-v-841ca28e] {
43
- position: absolute;
44
- width: 220px;
45
- text-align: center;
46
- padding: 18px 0px 10px 0px;
47
- padding-bottom: 14px;
48
- background-color: #ffffff;
49
- }
50
- .amb-assembly-header-type[data-v-841ca28e] {
51
- border-radius: 100px 100px 100px 100px;
52
- background: #ffffff;
53
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
54
- padding: 10px;
55
- padding-bottom: 12px;
56
- }
57
- .amb-assembly-header-type > label[data-v-841ca28e] {
58
- padding: 4px 14px;
59
- cursor: pointer;
60
- font-size: 14px;
61
- }
62
- .amb-assembly-header-type > label.selected[data-v-841ca28e] {
63
- border-radius: 100px 100px 100px 100px;
64
- background: #5893ef;
65
- color: #ffffff;
66
- }
67
- .amb-design-assembly-list[data-v-841ca28e] {
68
- padding-top: 80px;
69
- }
70
- .amb-design-content[data-v-284a6117] {
71
- overflow: auto;
72
- display: block;
73
- flex: none;
74
- position: relative;
75
- width: 100%;
76
- height: 100%;
77
- }
78
- .amb-design-content[data-v-284a6117]::-webkit-scrollbar {
79
- width: 1px;
80
- }
81
- .amb-design-tool[data-v-284a6117] {
82
- position: -webkit-sticky; /**Safari */
83
- position: sticky;
84
- width: 100%;
85
- top: 14px;
86
- background: #ffffff;
87
- height: 40px;
88
- line-height: 40px;
89
- padding-top: 10px;
90
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
91
- border-radius: 6px 6px 6px 6px;
92
- z-index: 0;
93
- }
94
- .amb-page-type[data-v-284a6117] {
95
- padding-top: 11px;
96
- padding-left: 6px;
97
- padding-right: 6px;
98
- margin-right: 10px;
99
- border-radius: 4px 4px 4px 4px;
100
- cursor: pointer;
101
- }
102
- .amb-page-type[data-v-284a6117]:hover {
103
- background: rgba(11, 45, 101, 0.105);
104
- }
105
- .amb-page-type.selected[data-v-284a6117] {
106
- background: #5893ef;
107
- color: #ffffff;
108
- }
109
- .amb-page-type > label[data-v-284a6117] {
110
- font-size: 14px;
111
- padding-left: 6px;
112
- padding-right: 6px;
113
- padding-bottom: 15px;
114
- top: -5px;
115
- position: relative;
116
- cursor: pointer;
117
- }
118
- .amb-design-tool-split[data-v-284a6117] {
119
- height: 25px;
120
- margin-top: -12px;
121
- }
122
- .amb-design-board[data-v-284a6117] {
123
- margin: 0 auto;
124
- margin-top: 28px;
125
- overflow-y: auto;
126
- overflow-x: auto;
127
- background: #ffffff;
128
- border-radius: 2px 2px 2px 2px;
129
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
130
- padding-bottom: 20px;
131
- }
132
- .container[data-v-284a6117] {
133
- height: 100%;
134
- width: 100%;
135
- }
136
- .amb-item-ghost[data-v-284a6117] {
137
- background-color: #5893ef;
138
- height: 5px;
139
- line-height: 5px;
140
- overflow: hidden;
141
- }
142
- /* 将你的自定义样式添加到这里 */
143
- .draggable-placeholder[data-v-284a6117] {
144
- background-color: red;
145
- border: 1px dashed #ddd;
146
- margin: 5px;
147
- padding: 10px;
148
- }
149
- #LF-view[data-v-284a6117] {
150
- width: calc(100% - 100px);
151
- height: 80%;
152
- outline: none;
153
- margin-left: 50px;
154
- }
155
- .el-drawer__header {
156
- margin-bottom: 0 !important;
157
- }
158
- /**
159
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
160
- */
161
- [data-v-284a6117] .el-overlay {
162
- position: static !important;
163
- }
164
- .triangle[data-v-284a6117] {
165
- display: inline-block;
166
- width: 0;
167
- height: 0;
168
- border-style: solid;
169
- border-width: 0 50px 100px 50px;
170
- border-color: transparent transparent var(--el-skeleton-color) transparent;
171
- }
172
- .amb-design-attr-base-content[data-v-6e10a7d8] {
173
- background: #ffffff;
174
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
175
- height: 100%;
176
- padding-left: 10px;
177
- padding-right: 10px;
178
- overflow: auto;
179
- }
180
- .amb-design-attr-item[data-v-6e10a7d8] {
181
- margin-bottom: 8px;
182
- }
183
- .amb-design-attr-group-header > button[data-v-6e10a7d8] {
184
- background: #f5f6f8;
185
- padding-left: 10px;
186
- font-size: 14px;
187
- height: 42px;
188
- }
189
- .amb-design-attr-content[data-v-6e10a7d8] {
190
- background: #ffffff;
191
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
192
- height: 100%;
193
- padding-left: 10px;
194
- padding-right: 10px;
195
- overflow: auto;
196
- position: relative;
197
- }
198
- .amb-design-attr-header-search[data-v-6e10a7d8] {
199
- margin-top: 16px;
200
- }
201
- .amb-design-attr-header-select[data-v-6e10a7d8] {
202
- width: 90px;
203
- height: 36px;
204
- }
205
- .amb-design-page-param-row[data-v-6e10a7d8] {
206
- height: 34px;
207
- }
208
- .el-table__cell > .cell[data-v-6e10a7d8] {
209
- white-space: nowrap !important;
210
- }
211
- .serviceflow-item[data-v-6e10a7d8] {
212
- background: rgba(88, 147, 239, 0.06);
213
- border: 1px dashed rgba(88, 147, 239, 0.06);
214
- border-radius: 4px 4px 4px 4px;
215
- text-align: center;
216
- margin-top: 12px;
217
- padding: 10px 5px 10px 5px;
218
- font-size: 12px;
219
- cursor: move;
220
- height: 60px;
221
- overflow: hidden;
222
- box-sizing: border-box;
223
- color: #333333;
224
- text-overflow: ellipsis;
225
- white-space: nowrap;
226
- -webkit-user-select: none; /* Safari */
227
- -moz-user-select: none; /* Firefox */
228
- -ms-user-select: none; /* Internet Explorer/Edge */
229
- user-select: none; /* 标准语法 */
230
- }
231
- .serviceflow-item[data-v-6e10a7d8]:hover {
232
- background: rgba(11, 45, 101, 0.105);
233
- border: 1px dashed rgba(11, 45, 101, 0.227);
234
- }
235
- .amb-assembly-item-drag[data-v-6e10a7d8] {
236
- opacity: 1 !important;
237
- }
238
-
239
- [data-v-8f3bcac1] .el-table__row {
240
- cursor: pointer;
241
- }
242
- /** 右键菜单样式 */
243
- .context-menu[data-v-8f3bcac1] {
244
- position: absolute;
245
- background: #fff;
246
- z-index: 999;
247
- margin: 5;
248
- padding: 8px 8px;
249
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
250
- border: 1px solid #bbbbbb;
251
- border-radius: 10px;
252
- font-size: 14px;
253
- }
254
- .context-menu li[data-v-8f3bcac1] {
255
- list-style-type: none;
256
- min-width: 75px;
257
- line-height: 28px;
258
- text-align: left;
259
- border-radius: 5px;
260
- padding-left: 5px;
261
- cursor: pointer;
262
- }
263
- .context-menu li[data-v-8f3bcac1]:hover {
264
- background: #0165e1;
265
- color: #fff;
266
- }
267
- /** 右键菜单样式 */
268
- .custom-tree-node[data-v-8f3bcac1] {
269
- font-size: 14px;
270
- padding-right: 8px;
271
- display: flex; /* 使用Flex布局 */
272
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
273
- }
274
-
275
- .el-alert + .el-form-item[data-v-a158f309] {
276
- margin-top: 10px;
277
- }
278
-
279
- [data-v-4b31b356] .el-radio {
280
- margin: 0;
281
- }
282
- .el-radio + .el-radio[data-v-4b31b356] {
283
- margin-left: 10px;
284
- }
285
-
286
- .el-alert + .el-table[data-v-028fb838] {
287
- margin-top: 10px;
288
- }
289
- .el-table + .el-alert[data-v-028fb838] {
290
- margin: 10px 0;
291
- }
292
-
293
- .editorTool[data-v-ffee0416] {
294
- margin-left: auto;
295
- }
296
- .editorOption[data-v-ffee0416] {
297
- margin-right: 10px;
298
- cursor: pointer;
299
- }
300
- .pppp[data-v-ffee0416] {
301
- display: flex; /* 使用Flex布局 */
302
- justify-content: flex-start;
303
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
304
- }
305
-
306
- .editorTool[data-v-d55ab098] {
307
- margin-left: auto;
308
- }
309
- .editorOption[data-v-d55ab098] {
310
- margin-right: 10px;
311
- cursor: pointer;
312
- }
313
- .pppp[data-v-d55ab098] {
314
- display: flex; /* 使用Flex布局 */
315
- justify-content: flex-start;
316
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
317
- }
318
-
319
- [data-v-56c86041] .el-radio {
320
- margin: 0;
321
- }
322
- .el-radio + .el-radio[data-v-56c86041] {
323
- margin-left: 10px;
324
- }
325
-
326
- .el-alert + .el-form-item[data-v-32875028] {
327
- margin-top: 10px;
328
- }
329
- .el-alert + .el-table[data-v-32875028] {
330
- margin: 10px 0;
331
- }
332
-
333
- .el-alert + .el-table[data-v-82e0dfef] {
334
- margin-top: 10px;
335
- }
336
- .el-alert + .el-form-item[data-v-82e0dfef] {
337
- margin-top: 10px;
338
- }
339
-
340
- .el-alert + .el-table[data-v-e27c4c1e] {
341
- margin-top: 10px;
342
- }
343
- .el-table + .el-alert[data-v-e27c4c1e] {
344
- margin: 10px 0;
345
- }
346
- .el-alert + .el-form-item[data-v-e27c4c1e] {
347
- margin-top: 10px;
348
- }
349
-
350
- .el-tabs + .el-alert[data-v-08737620] {
351
- margin-top: 10px;
352
- }
353
- .el-alert + .el-form-item[data-v-08737620] {
354
- margin-top: 10px;
355
- }
356
-
357
- .el-drawer__header {
358
- margin-bottom: 0 !important;
359
- }
360
- /**
361
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
362
- */
363
- [data-v-b7147464] .el-overlay {
364
- position: static;
365
- }
366
1
  .control-item[data-v-fdc6ec07] {
367
2
  top: -5px;
368
3
  position: relative;
@@ -493,754 +128,3 @@ button[data-v-e87c59d8] {
493
128
  outline: none;
494
129
  margin-left: 50px;
495
130
  }
496
-
497
- .el-alert + .el-table[data-v-d978e7dc] {
498
- margin-top: 10px;
499
- }
500
- .el-table + .el-alert[data-v-d978e7dc] {
501
- margin: 10px 0;
502
- }
503
- .el-alert + .el-form-item[data-v-d978e7dc] {
504
- margin-top: 10px;
505
- }
506
-
507
- .el-dialog__wrapper[data-v-690da6a6] {
508
- overflow: hidden !important;
509
- padding-right: 0 !important;
510
- }
511
- .nodeView[data-v-c176feb6] {
512
- box-sizing: border-box;
513
- margin: 10px 10px;
514
- width: 180px;
515
- height: 95px;
516
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
517
- border-radius: 2px 2px 2px 2px;
518
- padding: 20px 10px;
519
- }
520
- .nodeTitle[data-v-c176feb6] {
521
- width: 90px;
522
- height: 15px;
523
- font-weight: 400;
524
- font-size: 16px;
525
- color: #333333;
526
- line-height: 14px;
527
- text-align: left;
528
- font-style: normal;
529
- text-transform: none;
530
- padding: 0px 24px;
531
- white-space: nowrap; /* 确保文本在一行内显示 */
532
- overflow: hidden; /* 隐藏超出div宽度的文本 */
533
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
534
- }
535
- .nodeContent[data-v-c176feb6] {
536
- width: 112px;
537
- height: 15px;
538
- font-weight: 400;
539
- font-size: 14px;
540
- color: #666666;
541
- line-height: 14px;
542
- text-align: left;
543
- font-style: normal;
544
- text-transform: none;
545
- padding: 0px 24px;
546
- white-space: nowrap; /* 确保文本在一行内显示 */
547
- overflow: hidden; /* 隐藏超出div宽度的文本 */
548
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
549
- }
550
- .el-divider--horizontal[data-v-c176feb6] {
551
- margin: 12px 0;
552
- }
553
- .nodeView[data-v-c176feb6] {
554
- border: 1px solid #5a90f9;
555
- background: #eef3fe;
556
- width: 180px;
557
- min-height: 95px;
558
- }
559
- .nodeContent[data-v-c176feb6] {
560
- }
561
- .nodeView[data-v-7702fcdb] {
562
- box-sizing: border-box;
563
- margin: 10px 10px;
564
- width: 180px;
565
- height: 95px;
566
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
567
- border-radius: 2px 2px 2px 2px;
568
- padding: 20px 10px;
569
- }
570
- .nodeTitle[data-v-7702fcdb] {
571
- width: 90px;
572
- height: 15px;
573
- font-weight: 400;
574
- font-size: 16px;
575
- color: #333333;
576
- line-height: 14px;
577
- text-align: left;
578
- font-style: normal;
579
- text-transform: none;
580
- padding: 0px 24px;
581
- white-space: nowrap; /* 确保文本在一行内显示 */
582
- overflow: hidden; /* 隐藏超出div宽度的文本 */
583
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
584
- }
585
- .nodeContent[data-v-7702fcdb] {
586
- width: 112px;
587
- height: 15px;
588
- font-weight: 400;
589
- font-size: 14px;
590
- color: #666666;
591
- line-height: 14px;
592
- text-align: left;
593
- font-style: normal;
594
- text-transform: none;
595
- padding: 0px 24px;
596
- white-space: nowrap; /* 确保文本在一行内显示 */
597
- overflow: hidden; /* 隐藏超出div宽度的文本 */
598
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
599
- }
600
- .el-divider--horizontal[data-v-7702fcdb] {
601
- margin: 12px 0;
602
- }
603
- .nodeView[data-v-7702fcdb] {
604
- border: 1px solid #5a90f9;
605
- background: #eef3fe;
606
- }
607
- .nodeTitle[data-v-7702fcdb] {
608
- width: 80px;
609
- }
610
- .nodeView[data-v-faa5a940] {
611
- box-sizing: border-box;
612
- margin: 10px 10px;
613
- width: 180px;
614
- height: 95px;
615
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
616
- border-radius: 2px 2px 2px 2px;
617
- padding: 20px 10px;
618
- }
619
- .nodeTitle[data-v-faa5a940] {
620
- width: 90px;
621
- height: 15px;
622
- font-weight: 400;
623
- font-size: 16px;
624
- color: #333333;
625
- line-height: 14px;
626
- text-align: left;
627
- font-style: normal;
628
- text-transform: none;
629
- padding: 0px 24px;
630
- white-space: nowrap; /* 确保文本在一行内显示 */
631
- overflow: hidden; /* 隐藏超出div宽度的文本 */
632
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
633
- }
634
- .nodeContent[data-v-faa5a940] {
635
- width: 112px;
636
- height: 15px;
637
- font-weight: 400;
638
- font-size: 14px;
639
- color: #666666;
640
- line-height: 14px;
641
- text-align: left;
642
- font-style: normal;
643
- text-transform: none;
644
- padding: 0px 24px;
645
- white-space: nowrap; /* 确保文本在一行内显示 */
646
- overflow: hidden; /* 隐藏超出div宽度的文本 */
647
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
648
- }
649
- .el-divider--horizontal[data-v-faa5a940] {
650
- margin: 12px 0;
651
- }
652
- .nodeView[data-v-faa5a940] {
653
- border: 1px solid #5a90f9;
654
- background: #eef3fe;
655
- }
656
- .nodeTitle[data-v-faa5a940] {
657
- width: 80px;
658
- }
659
-
660
- .node-content[data-v-b28923f3] {
661
- width: 120px;
662
- height: 44px;
663
- background: #ffffff;
664
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
665
- border-radius: 2px 2px 2px 2px;
666
- }
667
- .content[data-v-b28923f3] {
668
- width: 28px;
669
- height: 15px;
670
- font-weight: 400;
671
- font-size: 14px;
672
- color: #333333;
673
- line-height: 14px;
674
- text-align: left;
675
- font-style: normal;
676
- text-transform: none;
677
- padding: 5px 0px 4px 10px;
678
- }
679
-
680
- .node-content[data-v-69a854a3] {
681
- width: 120px;
682
- height: 44px;
683
- background: #ffffff;
684
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
685
- border-radius: 2px 2px 2px 2px;
686
- }
687
- .content[data-v-69a854a3] {
688
- width: 28px;
689
- height: 15px;
690
- font-weight: 400;
691
- font-size: 14px;
692
- color: #333333;
693
- line-height: 14px;
694
- text-align: left;
695
- font-style: normal;
696
- text-transform: none;
697
- padding: 5px 0px 4px 10px;
698
- }
699
- .nodeView[data-v-9fff2753] {
700
- box-sizing: border-box;
701
- margin: 10px 10px;
702
- width: 180px;
703
- height: 95px;
704
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
705
- border-radius: 2px 2px 2px 2px;
706
- padding: 20px 10px;
707
- }
708
- .nodeTitle[data-v-9fff2753] {
709
- width: 90px;
710
- height: 15px;
711
- font-weight: 400;
712
- font-size: 16px;
713
- color: #333333;
714
- line-height: 14px;
715
- text-align: left;
716
- font-style: normal;
717
- text-transform: none;
718
- padding: 0px 24px;
719
- white-space: nowrap; /* 确保文本在一行内显示 */
720
- overflow: hidden; /* 隐藏超出div宽度的文本 */
721
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
722
- }
723
- .nodeContent[data-v-9fff2753] {
724
- width: 112px;
725
- height: 15px;
726
- font-weight: 400;
727
- font-size: 14px;
728
- color: #666666;
729
- line-height: 14px;
730
- text-align: left;
731
- font-style: normal;
732
- text-transform: none;
733
- padding: 0px 24px;
734
- white-space: nowrap; /* 确保文本在一行内显示 */
735
- overflow: hidden; /* 隐藏超出div宽度的文本 */
736
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
737
- }
738
- .el-divider--horizontal[data-v-9fff2753] {
739
- margin: 12px 0;
740
- }
741
- .nodeView[data-v-9fff2753] {
742
- border: 1px solid #5a90f9;
743
- background: #eef3fe;
744
- }
745
- .nodeTitle[data-v-9fff2753] {
746
- width: 80px;
747
- }
748
- .nodeView[data-v-b01d3a50] {
749
- box-sizing: border-box;
750
- margin: 10px 10px;
751
- width: 180px;
752
- height: 95px;
753
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
754
- border-radius: 2px 2px 2px 2px;
755
- padding: 20px 10px;
756
- }
757
- .nodeTitle[data-v-b01d3a50] {
758
- width: 90px;
759
- height: 15px;
760
- font-weight: 400;
761
- font-size: 16px;
762
- color: #333333;
763
- line-height: 14px;
764
- text-align: left;
765
- font-style: normal;
766
- text-transform: none;
767
- padding: 0px 24px;
768
- white-space: nowrap; /* 确保文本在一行内显示 */
769
- overflow: hidden; /* 隐藏超出div宽度的文本 */
770
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
771
- }
772
- .nodeContent[data-v-b01d3a50] {
773
- width: 112px;
774
- height: 15px;
775
- font-weight: 400;
776
- font-size: 14px;
777
- color: #666666;
778
- line-height: 14px;
779
- text-align: left;
780
- font-style: normal;
781
- text-transform: none;
782
- padding: 0px 24px;
783
- white-space: nowrap; /* 确保文本在一行内显示 */
784
- overflow: hidden; /* 隐藏超出div宽度的文本 */
785
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
786
- }
787
- .el-divider--horizontal[data-v-b01d3a50] {
788
- margin: 12px 0;
789
- }
790
- .nodeView[data-v-b01d3a50] {
791
- border: 1px solid #5a90f9;
792
- background: #eef3fe;
793
- }
794
- .nodeTitle[data-v-b01d3a50] {
795
- width: 80px;
796
- }
797
- .nodeView[data-v-b604c489] {
798
- box-sizing: border-box;
799
- margin: 10px 10px;
800
- width: 180px;
801
- height: 95px;
802
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
803
- border-radius: 2px 2px 2px 2px;
804
- padding: 20px 10px;
805
- }
806
- .nodeTitle[data-v-b604c489] {
807
- width: 90px;
808
- height: 15px;
809
- font-weight: 400;
810
- font-size: 16px;
811
- color: #333333;
812
- line-height: 14px;
813
- text-align: left;
814
- font-style: normal;
815
- text-transform: none;
816
- padding: 0px 24px;
817
- white-space: nowrap; /* 确保文本在一行内显示 */
818
- overflow: hidden; /* 隐藏超出div宽度的文本 */
819
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
820
- }
821
- .nodeContent[data-v-b604c489] {
822
- width: 112px;
823
- height: 15px;
824
- font-weight: 400;
825
- font-size: 14px;
826
- color: #666666;
827
- line-height: 14px;
828
- text-align: left;
829
- font-style: normal;
830
- text-transform: none;
831
- padding: 0px 24px;
832
- white-space: nowrap; /* 确保文本在一行内显示 */
833
- overflow: hidden; /* 隐藏超出div宽度的文本 */
834
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
835
- }
836
- .el-divider--horizontal[data-v-b604c489] {
837
- margin: 12px 0;
838
- }
839
- .nodeView[data-v-b604c489] {
840
- border: 1px solid #5a90f9;
841
- background: #eef3fe;
842
- }
843
- .nodeTitle[data-v-b604c489] {
844
- width: 80px;
845
- }
846
- .nodeView[data-v-221a60f8] {
847
- box-sizing: border-box;
848
- margin: 10px 10px;
849
- width: 180px;
850
- height: 95px;
851
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
852
- border-radius: 2px 2px 2px 2px;
853
- padding: 20px 10px;
854
- }
855
- .nodeTitle[data-v-221a60f8] {
856
- width: 90px;
857
- height: 15px;
858
- font-weight: 400;
859
- font-size: 16px;
860
- color: #333333;
861
- line-height: 14px;
862
- text-align: left;
863
- font-style: normal;
864
- text-transform: none;
865
- padding: 0px 24px;
866
- white-space: nowrap; /* 确保文本在一行内显示 */
867
- overflow: hidden; /* 隐藏超出div宽度的文本 */
868
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
869
- }
870
- .nodeContent[data-v-221a60f8] {
871
- width: 112px;
872
- height: 15px;
873
- font-weight: 400;
874
- font-size: 14px;
875
- color: #666666;
876
- line-height: 14px;
877
- text-align: left;
878
- font-style: normal;
879
- text-transform: none;
880
- padding: 0px 24px;
881
- white-space: nowrap; /* 确保文本在一行内显示 */
882
- overflow: hidden; /* 隐藏超出div宽度的文本 */
883
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
884
- }
885
- .el-divider--horizontal[data-v-221a60f8] {
886
- margin: 12px 0;
887
- }
888
- .nodeView[data-v-221a60f8] {
889
- border: 1px solid #5a90f9;
890
- background: #eef3fe;
891
- }
892
- .nodeTitle[data-v-221a60f8] {
893
- width: 80px;
894
- }
895
- .nodeView[data-v-b1d2a966] {
896
- box-sizing: border-box;
897
- margin: 10px 10px;
898
- width: 180px;
899
- height: 95px;
900
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
901
- border-radius: 2px 2px 2px 2px;
902
- padding: 20px 10px;
903
- }
904
- .nodeTitle[data-v-b1d2a966] {
905
- width: 90px;
906
- height: 15px;
907
- font-weight: 400;
908
- font-size: 16px;
909
- color: #333333;
910
- line-height: 14px;
911
- text-align: left;
912
- font-style: normal;
913
- text-transform: none;
914
- padding: 0px 24px;
915
- white-space: nowrap; /* 确保文本在一行内显示 */
916
- overflow: hidden; /* 隐藏超出div宽度的文本 */
917
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
918
- }
919
- .nodeContent[data-v-b1d2a966] {
920
- width: 112px;
921
- height: 15px;
922
- font-weight: 400;
923
- font-size: 14px;
924
- color: #666666;
925
- line-height: 14px;
926
- text-align: left;
927
- font-style: normal;
928
- text-transform: none;
929
- padding: 0px 24px;
930
- white-space: nowrap; /* 确保文本在一行内显示 */
931
- overflow: hidden; /* 隐藏超出div宽度的文本 */
932
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
933
- }
934
- .el-divider--horizontal[data-v-b1d2a966] {
935
- margin: 12px 0;
936
- }
937
- .nodeView[data-v-b1d2a966] {
938
- border: 1px solid #5a90f9;
939
- background: #eef3fe;
940
- }
941
- .nodeTitle[data-v-b1d2a966] {
942
- width: 80px;
943
- }
944
- .nodeView[data-v-4c6dfa4a] {
945
- box-sizing: border-box;
946
- margin: 10px 10px;
947
- width: 180px;
948
- height: 95px;
949
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
950
- border-radius: 2px 2px 2px 2px;
951
- padding: 20px 10px;
952
- }
953
- .nodeTitle[data-v-4c6dfa4a] {
954
- width: 90px;
955
- height: 15px;
956
- font-weight: 400;
957
- font-size: 16px;
958
- color: #333333;
959
- line-height: 14px;
960
- text-align: left;
961
- font-style: normal;
962
- text-transform: none;
963
- padding: 0px 24px;
964
- white-space: nowrap; /* 确保文本在一行内显示 */
965
- overflow: hidden; /* 隐藏超出div宽度的文本 */
966
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
967
- }
968
- .nodeContent[data-v-4c6dfa4a] {
969
- width: 112px;
970
- height: 15px;
971
- font-weight: 400;
972
- font-size: 14px;
973
- color: #666666;
974
- line-height: 14px;
975
- text-align: left;
976
- font-style: normal;
977
- text-transform: none;
978
- padding: 0px 24px;
979
- white-space: nowrap; /* 确保文本在一行内显示 */
980
- overflow: hidden; /* 隐藏超出div宽度的文本 */
981
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
982
- }
983
- .el-divider--horizontal[data-v-4c6dfa4a] {
984
- margin: 12px 0;
985
- }
986
- .nodeView[data-v-4c6dfa4a] {
987
- border: 1px solid #5a90f9;
988
- background: #eef3fe;
989
- width: 180px;
990
- min-height: 95px;
991
- }
992
- .nodeContent[data-v-4c6dfa4a] {
993
- }
994
- .nodeView[data-v-5911272d] {
995
- box-sizing: border-box;
996
- margin: 10px 10px;
997
- width: 180px;
998
- height: 95px;
999
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1000
- border-radius: 2px 2px 2px 2px;
1001
- padding: 20px 10px;
1002
- }
1003
- .nodeTitle[data-v-5911272d] {
1004
- width: 90px;
1005
- height: 15px;
1006
- font-weight: 400;
1007
- font-size: 16px;
1008
- color: #333333;
1009
- line-height: 14px;
1010
- text-align: left;
1011
- font-style: normal;
1012
- text-transform: none;
1013
- padding: 0px 24px;
1014
- white-space: nowrap; /* 确保文本在一行内显示 */
1015
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1016
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1017
- }
1018
- .nodeContent[data-v-5911272d] {
1019
- width: 112px;
1020
- height: 15px;
1021
- font-weight: 400;
1022
- font-size: 14px;
1023
- color: #666666;
1024
- line-height: 14px;
1025
- text-align: left;
1026
- font-style: normal;
1027
- text-transform: none;
1028
- padding: 0px 24px;
1029
- white-space: nowrap; /* 确保文本在一行内显示 */
1030
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1031
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1032
- }
1033
- .el-divider--horizontal[data-v-5911272d] {
1034
- margin: 12px 0;
1035
- }
1036
- .nodeView[data-v-5911272d] {
1037
- border: 1px solid #5a90f9;
1038
- background: #eef3fe;
1039
- }
1040
- .nodeTitle[data-v-5911272d] {
1041
- width: 80px;
1042
- }
1043
- .nodeView[data-v-8511bf0b] {
1044
- box-sizing: border-box;
1045
- margin: 10px 10px;
1046
- width: 180px;
1047
- height: 95px;
1048
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1049
- border-radius: 2px 2px 2px 2px;
1050
- padding: 20px 10px;
1051
- }
1052
- .nodeTitle[data-v-8511bf0b] {
1053
- width: 90px;
1054
- height: 15px;
1055
- font-weight: 400;
1056
- font-size: 16px;
1057
- color: #333333;
1058
- line-height: 14px;
1059
- text-align: left;
1060
- font-style: normal;
1061
- text-transform: none;
1062
- padding: 0px 24px;
1063
- white-space: nowrap; /* 确保文本在一行内显示 */
1064
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1065
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1066
- }
1067
- .nodeContent[data-v-8511bf0b] {
1068
- width: 112px;
1069
- height: 15px;
1070
- font-weight: 400;
1071
- font-size: 14px;
1072
- color: #666666;
1073
- line-height: 14px;
1074
- text-align: left;
1075
- font-style: normal;
1076
- text-transform: none;
1077
- padding: 0px 24px;
1078
- white-space: nowrap; /* 确保文本在一行内显示 */
1079
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1080
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1081
- }
1082
- .el-divider--horizontal[data-v-8511bf0b] {
1083
- margin: 12px 0;
1084
- }
1085
- .nodeView[data-v-8511bf0b] {
1086
- border: 1px solid #5a90f9;
1087
- background: #eef3fe;
1088
- width: 180px;
1089
- min-height: 95px;
1090
- }
1091
- .nodeContent[data-v-8511bf0b] {
1092
- }
1093
- .nodeView[data-v-df366d04] {
1094
- box-sizing: border-box;
1095
- margin: 10px 10px;
1096
- width: 180px;
1097
- height: 95px;
1098
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1099
- border-radius: 2px 2px 2px 2px;
1100
- padding: 20px 10px;
1101
- }
1102
- .nodeTitle[data-v-df366d04] {
1103
- width: 90px;
1104
- height: 15px;
1105
- font-weight: 400;
1106
- font-size: 16px;
1107
- color: #333333;
1108
- line-height: 14px;
1109
- text-align: left;
1110
- font-style: normal;
1111
- text-transform: none;
1112
- padding: 0px 24px;
1113
- white-space: nowrap; /* 确保文本在一行内显示 */
1114
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1115
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1116
- }
1117
- .nodeContent[data-v-df366d04] {
1118
- width: 112px;
1119
- height: 15px;
1120
- font-weight: 400;
1121
- font-size: 14px;
1122
- color: #666666;
1123
- line-height: 14px;
1124
- text-align: left;
1125
- font-style: normal;
1126
- text-transform: none;
1127
- padding: 0px 24px;
1128
- white-space: nowrap; /* 确保文本在一行内显示 */
1129
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1130
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1131
- }
1132
- .el-divider--horizontal[data-v-df366d04] {
1133
- margin: 12px 0;
1134
- }
1135
- .nodeView[data-v-df366d04] {
1136
- border: 1px solid #5a90f9;
1137
- background: #eef3fe;
1138
- }
1139
- .nodeTitle[data-v-df366d04] {
1140
- width: 80px;
1141
- }
1142
- .nodeView[data-v-6d0cd280] {
1143
- box-sizing: border-box;
1144
- margin: 10px 10px;
1145
- width: 180px;
1146
- height: 95px;
1147
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1148
- border-radius: 2px 2px 2px 2px;
1149
- padding: 20px 10px;
1150
- }
1151
- .nodeTitle[data-v-6d0cd280] {
1152
- width: 90px;
1153
- height: 15px;
1154
- font-weight: 400;
1155
- font-size: 16px;
1156
- color: #333333;
1157
- line-height: 14px;
1158
- text-align: left;
1159
- font-style: normal;
1160
- text-transform: none;
1161
- padding: 0px 24px;
1162
- white-space: nowrap; /* 确保文本在一行内显示 */
1163
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1164
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1165
- }
1166
- .nodeContent[data-v-6d0cd280] {
1167
- width: 112px;
1168
- height: 15px;
1169
- font-weight: 400;
1170
- font-size: 14px;
1171
- color: #666666;
1172
- line-height: 14px;
1173
- text-align: left;
1174
- font-style: normal;
1175
- text-transform: none;
1176
- padding: 0px 24px;
1177
- white-space: nowrap; /* 确保文本在一行内显示 */
1178
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1179
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1180
- }
1181
- .el-divider--horizontal[data-v-6d0cd280] {
1182
- margin: 12px 0;
1183
- }
1184
- .nodeView[data-v-6d0cd280] {
1185
- border: 1px solid #5a90f9;
1186
- background: #eef3fe;
1187
- }
1188
- .nodeTitle[data-v-6d0cd280] {
1189
- width: 80px;
1190
- }
1191
-
1192
- .el-select + .el-input[data-v-393fc753] {
1193
- margin-left: 10px;
1194
- }
1195
- .el-input + .el-input[data-v-393fc753] {
1196
- margin-left: 10px;
1197
- }
1198
- .el-input + .el-button[data-v-393fc753] {
1199
- margin-left: 10px;
1200
- }
1201
-
1202
- .el-select + .el-input[data-v-b4ce2c56] {
1203
- margin-left: 10px;
1204
- }
1205
- .el-input + .el-input[data-v-b4ce2c56] {
1206
- margin-left: 10px;
1207
- }
1208
- .el-input + .el-button[data-v-b4ce2c56] {
1209
- margin-left: 10px;
1210
- }
1211
-
1212
- .el-radio[data-v-1bbd6187] {
1213
- margin-right: 10px;
1214
- }
1215
-
1216
- .el-radio[data-v-1ee0eb33] {
1217
- margin-right: 10px;
1218
- }
1219
- [data-v-1ee0eb33] .el-empty__description {
1220
- margin-top: 0px;
1221
- }
1222
-
1223
- [data-v-f8186126] .el-cascader-menu {
1224
- min-width: 120px !important;
1225
- }
1226
- .totalStyle[data-v-f8186126] {
1227
- display: flex;
1228
- height: 15px;
1229
- align-items: center;
1230
- justify-content: center;
1231
- font-size: 10px;
1232
- }
1233
- [data-v-f8186126] .el-input-group__append {
1234
- cursor: pointer;
1235
- }
1236
-
1237
- [data-v-9a3ee19e] .el-dropdown {
1238
- vertical-align: middle;
1239
- }
1240
-
1241
- [data-v-7171cd1f] .el-upload {
1242
- width: 100%;
1243
- }
1244
- [data-v-7171cd1f] .el-button {
1245
- width: 100%;
1246
- }